public static final class Admin.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder> implements AdminOrBuilder
Administration interface :ref:`operations documentation <operations_admin_interface>`.Protobuf type
envoy.config.bootstrap.v3.Admin| Modifier and Type | Method and Description |
|---|---|
Admin.Builder |
addAllSocketOptions(Iterable<? extends SocketOption> values)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Admin.Builder |
addSocketOptions(int index,
SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
addSocketOptions(int index,
SocketOption value)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
addSocketOptions(SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
addSocketOptions(SocketOption value)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
SocketOption.Builder |
addSocketOptionsBuilder()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
SocketOption.Builder |
addSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin |
build() |
Admin |
buildPartial() |
Admin.Builder |
clear() |
Admin.Builder |
clearAccessLogPath()
The path to write the access log for the administration server.
|
Admin.Builder |
clearAddress()
The TCP address that the administration server will listen on.
|
Admin.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Admin.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Admin.Builder |
clearProfilePath()
The cpu profiler output path for the administration server.
|
Admin.Builder |
clearSocketOptions()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
clone() |
String |
getAccessLogPath()
The path to write the access log for the administration server.
|
com.google.protobuf.ByteString |
getAccessLogPathBytes()
The path to write the access log for the administration server.
|
Address |
getAddress()
The TCP address that the administration server will listen on.
|
Address.Builder |
getAddressBuilder()
The TCP address that the administration server will listen on.
|
AddressOrBuilder |
getAddressOrBuilder()
The TCP address that the administration server will listen on.
|
Admin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getProfilePath()
The cpu profiler output path for the administration server.
|
com.google.protobuf.ByteString |
getProfilePathBytes()
The cpu profiler output path for the administration server.
|
SocketOption |
getSocketOptions(int index)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
SocketOption.Builder |
getSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
List<SocketOption.Builder> |
getSocketOptionsBuilderList()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
int |
getSocketOptionsCount()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
List<SocketOption> |
getSocketOptionsList()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
SocketOptionOrBuilder |
getSocketOptionsOrBuilder(int index)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
List<? extends SocketOptionOrBuilder> |
getSocketOptionsOrBuilderList()
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
boolean |
hasAddress()
The TCP address that the administration server will listen on.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Admin.Builder |
mergeAddress(Address value)
The TCP address that the administration server will listen on.
|
Admin.Builder |
mergeFrom(Admin other) |
Admin.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Admin.Builder |
mergeFrom(com.google.protobuf.Message other) |
Admin.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Admin.Builder |
removeSocketOptions(int index)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
setAccessLogPath(String value)
The path to write the access log for the administration server.
|
Admin.Builder |
setAccessLogPathBytes(com.google.protobuf.ByteString value)
The path to write the access log for the administration server.
|
Admin.Builder |
setAddress(Address.Builder builderForValue)
The TCP address that the administration server will listen on.
|
Admin.Builder |
setAddress(Address value)
The TCP address that the administration server will listen on.
|
Admin.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Admin.Builder |
setProfilePath(String value)
The cpu profiler output path for the administration server.
|
Admin.Builder |
setProfilePathBytes(com.google.protobuf.ByteString value)
The cpu profiler output path for the administration server.
|
Admin.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Admin.Builder |
setSocketOptions(int index,
SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.Builder |
setSocketOptions(int index,
SocketOption value)
Additional socket options that may not be present in Envoy source code or
precompiled binaries.
|
Admin.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<Admin.Builder>public Admin.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.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<Admin.Builder>public Admin getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Admin build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Admin buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Admin.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>public Admin.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<Admin.Builder>public Admin.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>public Admin.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>public Admin.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<Admin.Builder>public Admin.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<Admin.Builder>public Admin.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Admin.Builder>public Admin.Builder mergeFrom(Admin other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>public Admin.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<Admin.Builder>IOExceptionpublic String getAccessLogPath()
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’. This is only required if :ref:`address <envoy_api_field_config.bootstrap.v3.Admin.address>` is set.
string access_log_path = 1;getAccessLogPath in interface AdminOrBuilderpublic com.google.protobuf.ByteString getAccessLogPathBytes()
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’. This is only required if :ref:`address <envoy_api_field_config.bootstrap.v3.Admin.address>` is set.
string access_log_path = 1;getAccessLogPathBytes in interface AdminOrBuilderpublic Admin.Builder setAccessLogPath(String value)
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’. This is only required if :ref:`address <envoy_api_field_config.bootstrap.v3.Admin.address>` is set.
string access_log_path = 1;public Admin.Builder clearAccessLogPath()
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’. This is only required if :ref:`address <envoy_api_field_config.bootstrap.v3.Admin.address>` is set.
string access_log_path = 1;public Admin.Builder setAccessLogPathBytes(com.google.protobuf.ByteString value)
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’. This is only required if :ref:`address <envoy_api_field_config.bootstrap.v3.Admin.address>` is set.
string access_log_path = 1;public String getProfilePath()
The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;getProfilePath in interface AdminOrBuilderpublic com.google.protobuf.ByteString getProfilePathBytes()
The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;getProfilePathBytes in interface AdminOrBuilderpublic Admin.Builder setProfilePath(String value)
The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;public Admin.Builder clearProfilePath()
The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;public Admin.Builder setProfilePathBytes(com.google.protobuf.ByteString value)
The cpu profiler output path for the administration server. If no profile path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;public boolean hasAddress()
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;hasAddress in interface AdminOrBuilderpublic Address getAddress()
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;getAddress in interface AdminOrBuilderpublic Admin.Builder setAddress(Address value)
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;public Admin.Builder setAddress(Address.Builder builderForValue)
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;public Admin.Builder mergeAddress(Address value)
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;public Admin.Builder clearAddress()
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;public Address.Builder getAddressBuilder()
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;public AddressOrBuilder getAddressOrBuilder()
The TCP address that the administration server will listen on. If not specified, Envoy will not start an administration server.
.envoy.config.core.v3.Address address = 3;getAddressOrBuilder in interface AdminOrBuilderpublic List<SocketOption> getSocketOptionsList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;getSocketOptionsList in interface AdminOrBuilderpublic int getSocketOptionsCount()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;getSocketOptionsCount in interface AdminOrBuilderpublic SocketOption getSocketOptions(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;getSocketOptions in interface AdminOrBuilderpublic Admin.Builder setSocketOptions(int index, SocketOption value)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder setSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder addSocketOptions(SocketOption value)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder addSocketOptions(int index, SocketOption value)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder addSocketOptions(SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder addSocketOptions(int index, SocketOption.Builder builderForValue)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder addAllSocketOptions(Iterable<? extends SocketOption> values)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder clearSocketOptions()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public Admin.Builder removeSocketOptions(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public SocketOption.Builder getSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public SocketOptionOrBuilder getSocketOptionsOrBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;getSocketOptionsOrBuilder in interface AdminOrBuilderpublic List<? extends SocketOptionOrBuilder> getSocketOptionsOrBuilderList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;getSocketOptionsOrBuilderList in interface AdminOrBuilderpublic SocketOption.Builder addSocketOptionsBuilder()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public SocketOption.Builder addSocketOptionsBuilder(int index)
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public List<SocketOption.Builder> getSocketOptionsBuilderList()
Additional socket options that may not be present in Envoy source code or precompiled binaries.
repeated .envoy.config.core.v3.SocketOption socket_options = 4;public final Admin.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>public final Admin.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Admin.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.