Package io.envoyproxy.envoy.admin.v3
Interface BootstrapConfigDumpOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BootstrapConfigDump
,BootstrapConfigDump.Builder
public interface BootstrapConfigDumpOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bootstrap
getBootstrap()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
BootstrapOrBuilder
getBootstrapOrBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
com.google.protobuf.Timestamp
getLastUpdated()
The timestamp when the BootstrapConfig was last updated.com.google.protobuf.TimestampOrBuilder
getLastUpdatedOrBuilder()
The timestamp when the BootstrapConfig was last updated.boolean
hasBootstrap()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
boolean
hasLastUpdated()
The timestamp when the BootstrapConfig was last updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBootstrap
boolean hasBootstrap()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
- Returns:
- Whether the bootstrap field is set.
-
getBootstrap
Bootstrap getBootstrap()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
- Returns:
- The bootstrap.
-
getBootstrapOrBuilder
BootstrapOrBuilder getBootstrapOrBuilder()
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
-
hasLastUpdated
boolean hasLastUpdated()
The timestamp when the BootstrapConfig was last updated.
.google.protobuf.Timestamp last_updated = 2;
- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the BootstrapConfig was last updated.
.google.protobuf.Timestamp last_updated = 2;
- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the BootstrapConfig was last updated.
.google.protobuf.Timestamp last_updated = 2;
-
-