public static final class EndpointsConfigDump.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder> implements EndpointsConfigDumpOrBuilder
Envoy's admin fill this message with all currently known endpoints. Endpoint configuration information can be used to recreate an Envoy configuration by populating all endpoints as static endpoints or by returning them in an EDS response.Protobuf type
envoy.admin.v4alpha.EndpointsConfigDumpgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EndpointsConfigDump build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EndpointsConfigDump buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EndpointsConfigDump.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder mergeFrom(EndpointsConfigDump other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public EndpointsConfigDump.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EndpointsConfigDump.Builder>IOExceptionpublic List<EndpointsConfigDump.StaticEndpointConfig> getStaticEndpointConfigsList()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;getStaticEndpointConfigsList in interface EndpointsConfigDumpOrBuilderpublic int getStaticEndpointConfigsCount()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;getStaticEndpointConfigsCount in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.StaticEndpointConfig getStaticEndpointConfigs(int index)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;getStaticEndpointConfigs in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.Builder setStaticEndpointConfigs(int index, EndpointsConfigDump.StaticEndpointConfig value)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder setStaticEndpointConfigs(int index, EndpointsConfigDump.StaticEndpointConfig.Builder builderForValue)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder addStaticEndpointConfigs(EndpointsConfigDump.StaticEndpointConfig value)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder addStaticEndpointConfigs(int index, EndpointsConfigDump.StaticEndpointConfig value)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder addStaticEndpointConfigs(EndpointsConfigDump.StaticEndpointConfig.Builder builderForValue)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder addStaticEndpointConfigs(int index, EndpointsConfigDump.StaticEndpointConfig.Builder builderForValue)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder addAllStaticEndpointConfigs(Iterable<? extends EndpointsConfigDump.StaticEndpointConfig> values)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder clearStaticEndpointConfigs()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.Builder removeStaticEndpointConfigs(int index)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.StaticEndpointConfig.Builder getStaticEndpointConfigsBuilder(int index)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.StaticEndpointConfigOrBuilder getStaticEndpointConfigsOrBuilder(int index)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;getStaticEndpointConfigsOrBuilder in interface EndpointsConfigDumpOrBuilderpublic List<? extends EndpointsConfigDump.StaticEndpointConfigOrBuilder> getStaticEndpointConfigsOrBuilderList()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;getStaticEndpointConfigsOrBuilderList in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.StaticEndpointConfig.Builder addStaticEndpointConfigsBuilder()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public EndpointsConfigDump.StaticEndpointConfig.Builder addStaticEndpointConfigsBuilder(int index)
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public List<EndpointsConfigDump.StaticEndpointConfig.Builder> getStaticEndpointConfigsBuilderList()
The statically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.StaticEndpointConfig static_endpoint_configs = 2;public List<EndpointsConfigDump.DynamicEndpointConfig> getDynamicEndpointConfigsList()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;getDynamicEndpointConfigsList in interface EndpointsConfigDumpOrBuilderpublic int getDynamicEndpointConfigsCount()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;getDynamicEndpointConfigsCount in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.DynamicEndpointConfig getDynamicEndpointConfigs(int index)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;getDynamicEndpointConfigs in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.Builder setDynamicEndpointConfigs(int index, EndpointsConfigDump.DynamicEndpointConfig value)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder setDynamicEndpointConfigs(int index, EndpointsConfigDump.DynamicEndpointConfig.Builder builderForValue)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder addDynamicEndpointConfigs(EndpointsConfigDump.DynamicEndpointConfig value)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder addDynamicEndpointConfigs(int index, EndpointsConfigDump.DynamicEndpointConfig value)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder addDynamicEndpointConfigs(EndpointsConfigDump.DynamicEndpointConfig.Builder builderForValue)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder addDynamicEndpointConfigs(int index, EndpointsConfigDump.DynamicEndpointConfig.Builder builderForValue)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder addAllDynamicEndpointConfigs(Iterable<? extends EndpointsConfigDump.DynamicEndpointConfig> values)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder clearDynamicEndpointConfigs()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.Builder removeDynamicEndpointConfigs(int index)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.DynamicEndpointConfig.Builder getDynamicEndpointConfigsBuilder(int index)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.DynamicEndpointConfigOrBuilder getDynamicEndpointConfigsOrBuilder(int index)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;getDynamicEndpointConfigsOrBuilder in interface EndpointsConfigDumpOrBuilderpublic List<? extends EndpointsConfigDump.DynamicEndpointConfigOrBuilder> getDynamicEndpointConfigsOrBuilderList()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;getDynamicEndpointConfigsOrBuilderList in interface EndpointsConfigDumpOrBuilderpublic EndpointsConfigDump.DynamicEndpointConfig.Builder addDynamicEndpointConfigsBuilder()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public EndpointsConfigDump.DynamicEndpointConfig.Builder addDynamicEndpointConfigsBuilder(int index)
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public List<EndpointsConfigDump.DynamicEndpointConfig.Builder> getDynamicEndpointConfigsBuilderList()
The dynamically loaded endpoint configs.
repeated .envoy.admin.v4alpha.EndpointsConfigDump.DynamicEndpointConfig dynamic_endpoint_configs = 3;public final EndpointsConfigDump.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>public final EndpointsConfigDump.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EndpointsConfigDump.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.