public static final class GrpcService.GoogleGrpc.SslCredentials extends com.google.protobuf.GeneratedMessageV3 implements GrpcService.GoogleGrpc.SslCredentialsOrBuilder
See https://grpc.io/grpc/cpp/structgrpc_1_1_ssl_credentials_options.html.Protobuf type
envoy.config.core.v4alpha.GrpcService.GoogleGrpc.SslCredentials| Modifier and Type | Class and Description |
|---|---|
static class |
GrpcService.GoogleGrpc.SslCredentials.Builder
See https://grpc.io/grpc/cpp/structgrpc_1_1_ssl_credentials_options.html.
|
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CERT_CHAIN_FIELD_NUMBER |
static int |
PRIVATE_KEY_FIELD_NUMBER |
static int |
ROOT_CERTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataSource |
getCertChain()
PEM encoded client certificate chain.
|
DataSourceOrBuilder |
getCertChainOrBuilder()
PEM encoded client certificate chain.
|
static GrpcService.GoogleGrpc.SslCredentials |
getDefaultInstance() |
GrpcService.GoogleGrpc.SslCredentials |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<GrpcService.GoogleGrpc.SslCredentials> |
getParserForType() |
DataSource |
getPrivateKey()
PEM encoded client private key.
|
DataSourceOrBuilder |
getPrivateKeyOrBuilder()
PEM encoded client private key.
|
DataSource |
getRootCerts()
PEM encoded server root certificates.
|
DataSourceOrBuilder |
getRootCertsOrBuilder()
PEM encoded server root certificates.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCertChain()
PEM encoded client certificate chain.
|
int |
hashCode() |
boolean |
hasPrivateKey()
PEM encoded client private key.
|
boolean |
hasRootCerts()
PEM encoded server root certificates.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GrpcService.GoogleGrpc.SslCredentials.Builder |
newBuilder() |
static GrpcService.GoogleGrpc.SslCredentials.Builder |
newBuilder(GrpcService.GoogleGrpc.SslCredentials prototype) |
GrpcService.GoogleGrpc.SslCredentials.Builder |
newBuilderForType() |
protected GrpcService.GoogleGrpc.SslCredentials.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GrpcService.GoogleGrpc.SslCredentials |
parseDelimitedFrom(InputStream input) |
static GrpcService.GoogleGrpc.SslCredentials |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(byte[] data) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(ByteBuffer data) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(com.google.protobuf.ByteString data) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(InputStream input) |
static GrpcService.GoogleGrpc.SslCredentials |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GrpcService.GoogleGrpc.SslCredentials> |
parser() |
GrpcService.GoogleGrpc.SslCredentials.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 ROOT_CERTS_FIELD_NUMBER
public static final int PRIVATE_KEY_FIELD_NUMBER
public static final int CERT_CHAIN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 boolean hasRootCerts()
PEM encoded server root certificates.
.envoy.config.core.v4alpha.DataSource root_certs = 1;hasRootCerts in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSource getRootCerts()
PEM encoded server root certificates.
.envoy.config.core.v4alpha.DataSource root_certs = 1;getRootCerts in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSourceOrBuilder getRootCertsOrBuilder()
PEM encoded server root certificates.
.envoy.config.core.v4alpha.DataSource root_certs = 1;getRootCertsOrBuilder in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic boolean hasPrivateKey()
PEM encoded client private key.
.envoy.config.core.v4alpha.DataSource private_key = 2 [(.udpa.annotations.sensitive) = true];hasPrivateKey in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSource getPrivateKey()
PEM encoded client private key.
.envoy.config.core.v4alpha.DataSource private_key = 2 [(.udpa.annotations.sensitive) = true];getPrivateKey in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSourceOrBuilder getPrivateKeyOrBuilder()
PEM encoded client private key.
.envoy.config.core.v4alpha.DataSource private_key = 2 [(.udpa.annotations.sensitive) = true];getPrivateKeyOrBuilder in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic boolean hasCertChain()
PEM encoded client certificate chain.
.envoy.config.core.v4alpha.DataSource cert_chain = 3;hasCertChain in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSource getCertChain()
PEM encoded client certificate chain.
.envoy.config.core.v4alpha.DataSource cert_chain = 3;getCertChain in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic DataSourceOrBuilder getCertChainOrBuilder()
PEM encoded client certificate chain.
.envoy.config.core.v4alpha.DataSource cert_chain = 3;getCertChainOrBuilder in interface GrpcService.GoogleGrpc.SslCredentialsOrBuilderpublic 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 GrpcService.GoogleGrpc.SslCredentials parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(InputStream input) throws IOException
IOExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GrpcService.GoogleGrpc.SslCredentials parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GrpcService.GoogleGrpc.SslCredentials.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GrpcService.GoogleGrpc.SslCredentials.Builder newBuilder()
public static GrpcService.GoogleGrpc.SslCredentials.Builder newBuilder(GrpcService.GoogleGrpc.SslCredentials prototype)
public GrpcService.GoogleGrpc.SslCredentials.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GrpcService.GoogleGrpc.SslCredentials.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GrpcService.GoogleGrpc.SslCredentials getDefaultInstance()
public static com.google.protobuf.Parser<GrpcService.GoogleGrpc.SslCredentials> parser()
public com.google.protobuf.Parser<GrpcService.GoogleGrpc.SslCredentials> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GrpcService.GoogleGrpc.SslCredentials getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.