io.envoyproxy.envoy.admin.v3alpha.BootstrapConfigDumpOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/admin/v3alpha/config_dump.proto
package io.envoyproxy.envoy.admin.v3alpha;
public interface BootstrapConfigDumpOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.admin.v3alpha.BootstrapConfigDump)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.config.bootstrap.v3alpha.Bootstrap bootstrap = 1;
*/
boolean hasBootstrap();
/**
* .envoy.config.bootstrap.v3alpha.Bootstrap bootstrap = 1;
*/
io.envoyproxy.envoy.config.bootstrap.v3alpha.Bootstrap getBootstrap();
/**
* .envoy.config.bootstrap.v3alpha.Bootstrap bootstrap = 1;
*/
io.envoyproxy.envoy.config.bootstrap.v3alpha.BootstrapOrBuilder getBootstrapOrBuilder();
/**
*
* The timestamp when the BootstrapConfig was last updated.
*
*
* .google.protobuf.Timestamp last_updated = 2;
*/
boolean hasLastUpdated();
/**
*
* The timestamp when the BootstrapConfig was last updated.
*
*
* .google.protobuf.Timestamp last_updated = 2;
*/
com.google.protobuf.Timestamp getLastUpdated();
/**
*
* The timestamp when the BootstrapConfig was last updated.
*
*
* .google.protobuf.Timestamp last_updated = 2;
*/
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder();
}