public static final class BootstrapOuterClass.Admin extends com.google.protobuf.GeneratedMessageV3 implements BootstrapOuterClass.AdminOrBuilder
Administration interface :ref:`operations documentation <operations_admin_interface>`.Protobuf type
envoy.config.bootstrap.v2.Admin| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapOuterClass.Admin.Builder
Administration interface :ref:`operations documentation
<operations_admin_interface>`.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_LOG_PATH_FIELD_NUMBER |
static int |
ADDRESS_FIELD_NUMBER |
static int |
PROFILE_PATH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
AddressOuterClass.Address |
getAddress()
The TCP address that the administration server will listen on.
|
AddressOuterClass.AddressOrBuilder |
getAddressOrBuilder()
The TCP address that the administration server will listen on.
|
static BootstrapOuterClass.Admin |
getDefaultInstance() |
BootstrapOuterClass.Admin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<BootstrapOuterClass.Admin> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddress()
The TCP address that the administration server will listen on.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BootstrapOuterClass.Admin.Builder |
newBuilder() |
static BootstrapOuterClass.Admin.Builder |
newBuilder(BootstrapOuterClass.Admin prototype) |
BootstrapOuterClass.Admin.Builder |
newBuilderForType() |
protected BootstrapOuterClass.Admin.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static BootstrapOuterClass.Admin |
parseDelimitedFrom(InputStream input) |
static BootstrapOuterClass.Admin |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BootstrapOuterClass.Admin |
parseFrom(byte[] data) |
static BootstrapOuterClass.Admin |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BootstrapOuterClass.Admin |
parseFrom(ByteBuffer data) |
static BootstrapOuterClass.Admin |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BootstrapOuterClass.Admin |
parseFrom(com.google.protobuf.ByteString data) |
static BootstrapOuterClass.Admin |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BootstrapOuterClass.Admin |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BootstrapOuterClass.Admin |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BootstrapOuterClass.Admin |
parseFrom(InputStream input) |
static BootstrapOuterClass.Admin |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BootstrapOuterClass.Admin> |
parser() |
BootstrapOuterClass.Admin.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACCESS_LOG_PATH_FIELD_NUMBER
public static final int PROFILE_PATH_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getAccessLogPath()
The path to write the access log for the administration server. If no access log is desired specify ‘/dev/null’.
string access_log_path = 1 [(.validate.rules) = { ... }getAccessLogPath in interface BootstrapOuterClass.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’.
string access_log_path = 1 [(.validate.rules) = { ... }getAccessLogPathBytes in interface BootstrapOuterClass.AdminOrBuilderpublic 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 BootstrapOuterClass.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 BootstrapOuterClass.AdminOrBuilderpublic boolean hasAddress()
The TCP address that the administration server will listen on.
.envoy.api.v2.core.Address address = 3 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }hasAddress in interface BootstrapOuterClass.AdminOrBuilderpublic AddressOuterClass.Address getAddress()
The TCP address that the administration server will listen on.
.envoy.api.v2.core.Address address = 3 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }getAddress in interface BootstrapOuterClass.AdminOrBuilderpublic AddressOuterClass.AddressOrBuilder getAddressOrBuilder()
The TCP address that the administration server will listen on.
.envoy.api.v2.core.Address address = 3 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }getAddressOrBuilder in interface BootstrapOuterClass.AdminOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BootstrapOuterClass.Admin parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BootstrapOuterClass.Admin parseFrom(InputStream input) throws IOException
IOExceptionpublic static BootstrapOuterClass.Admin parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BootstrapOuterClass.Admin parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BootstrapOuterClass.Admin parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BootstrapOuterClass.Admin parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BootstrapOuterClass.Admin parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BootstrapOuterClass.Admin.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BootstrapOuterClass.Admin.Builder newBuilder()
public static BootstrapOuterClass.Admin.Builder newBuilder(BootstrapOuterClass.Admin prototype)
public BootstrapOuterClass.Admin.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BootstrapOuterClass.Admin.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BootstrapOuterClass.Admin getDefaultInstance()
public static com.google.protobuf.Parser<BootstrapOuterClass.Admin> parser()
public com.google.protobuf.Parser<BootstrapOuterClass.Admin> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BootstrapOuterClass.Admin getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.