BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.clear() |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.clearBootstrap() |
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.clearLastUpdated() |
The timestamp when the BootstrapConfig was last updated.
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.mergeBootstrap(Bootstrap value) |
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.mergeFrom(BootstrapConfigDump other) |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.mergeLastUpdated(com.google.protobuf.Timestamp value) |
The timestamp when the BootstrapConfig was last updated.
|
static BootstrapConfigDump.Builder |
BootstrapConfigDump.newBuilder() |
|
static BootstrapConfigDump.Builder |
BootstrapConfigDump.newBuilder(BootstrapConfigDump prototype) |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.newBuilderForType() |
|
protected BootstrapConfigDump.Builder |
BootstrapConfigDump.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.setBootstrap(Bootstrap value) |
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.setBootstrap(Bootstrap.Builder builderForValue) |
.envoy.config.bootstrap.v3.Bootstrap bootstrap = 1;
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.setLastUpdated(com.google.protobuf.Timestamp value) |
The timestamp when the BootstrapConfig was last updated.
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.Builder.setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue) |
The timestamp when the BootstrapConfig was last updated.
|
BootstrapConfigDump.Builder |
BootstrapConfigDump.toBuilder() |
|