public static final class ListenerStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder> implements ListenerStatusOrBuilder
Details an individual listener's current status.Protobuf type
envoy.admin.v4alpha.ListenerStatus| Modifier and Type | Method and Description |
|---|---|
ListenerStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListenerStatus |
build() |
ListenerStatus |
buildPartial() |
ListenerStatus.Builder |
clear() |
ListenerStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListenerStatus.Builder |
clearLocalAddress()
The actual local address that the listener is listening on.
|
ListenerStatus.Builder |
clearName()
Name of the listener
string name = 1; |
ListenerStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListenerStatus.Builder |
clone() |
ListenerStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Address |
getLocalAddress()
The actual local address that the listener is listening on.
|
Address.Builder |
getLocalAddressBuilder()
The actual local address that the listener is listening on.
|
AddressOrBuilder |
getLocalAddressOrBuilder()
The actual local address that the listener is listening on.
|
String |
getName()
Name of the listener
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Name of the listener
string name = 1; |
boolean |
hasLocalAddress()
The actual local address that the listener is listening on.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListenerStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListenerStatus.Builder |
mergeFrom(ListenerStatus other) |
ListenerStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListenerStatus.Builder |
mergeLocalAddress(Address value)
The actual local address that the listener is listening on.
|
ListenerStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListenerStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListenerStatus.Builder |
setLocalAddress(Address.Builder builderForValue)
The actual local address that the listener is listening on.
|
ListenerStatus.Builder |
setLocalAddress(Address value)
The actual local address that the listener is listening on.
|
ListenerStatus.Builder |
setName(String value)
Name of the listener
string name = 1; |
ListenerStatus.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the listener
string name = 1; |
ListenerStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListenerStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, 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<ListenerStatus.Builder>public ListenerStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.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<ListenerStatus.Builder>public ListenerStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListenerStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListenerStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListenerStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>public ListenerStatus.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<ListenerStatus.Builder>public ListenerStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>public ListenerStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>public ListenerStatus.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<ListenerStatus.Builder>public ListenerStatus.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<ListenerStatus.Builder>public ListenerStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListenerStatus.Builder>public ListenerStatus.Builder mergeFrom(ListenerStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>public ListenerStatus.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<ListenerStatus.Builder>IOExceptionpublic String getName()
Name of the listener
string name = 1;getName in interface ListenerStatusOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the listener
string name = 1;getNameBytes in interface ListenerStatusOrBuilderpublic ListenerStatus.Builder setName(String value)
Name of the listener
string name = 1;public ListenerStatus.Builder clearName()
Name of the listener
string name = 1;public ListenerStatus.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the listener
string name = 1;public boolean hasLocalAddress()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;hasLocalAddress in interface ListenerStatusOrBuilderpublic Address getLocalAddress()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;getLocalAddress in interface ListenerStatusOrBuilderpublic ListenerStatus.Builder setLocalAddress(Address value)
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;public ListenerStatus.Builder setLocalAddress(Address.Builder builderForValue)
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;public ListenerStatus.Builder mergeLocalAddress(Address value)
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;public ListenerStatus.Builder clearLocalAddress()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;public Address.Builder getLocalAddressBuilder()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;public AddressOrBuilder getLocalAddressOrBuilder()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;getLocalAddressOrBuilder in interface ListenerStatusOrBuilderpublic final ListenerStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>public final ListenerStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListenerStatus.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.