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