public static final class GatewayOuterClass.ServerTLSSettings extends com.google.protobuf.GeneratedMessageV3 implements GatewayOuterClass.ServerTLSSettingsOrBuilder
istio.networking.v1alpha3.ServerTLSSettings| 限定符和类型 | 类和说明 |
|---|---|
static class |
GatewayOuterClass.ServerTLSSettings.Builder
Protobuf type
istio.networking.v1alpha3.ServerTLSSettings |
static class |
GatewayOuterClass.ServerTLSSettings.TLSmode
TLS modes enforced by the proxy
Protobuf enum
istio.networking.v1alpha3.ServerTLSSettings.TLSmode |
static class |
GatewayOuterClass.ServerTLSSettings.TLSProtocol
TLS protocol versions.
|
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CA_CERTIFICATES_FIELD_NUMBER |
static int |
CIPHER_SUITES_FIELD_NUMBER |
static int |
CREDENTIAL_NAME_FIELD_NUMBER |
static int |
HTTPS_REDIRECT_FIELD_NUMBER |
static int |
MAX_PROTOCOL_VERSION_FIELD_NUMBER |
static int |
MIN_PROTOCOL_VERSION_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
PRIVATE_KEY_FIELD_NUMBER |
static int |
SERVER_CERTIFICATE_FIELD_NUMBER |
static int |
SUBJECT_ALT_NAMES_FIELD_NUMBER |
static int |
VERIFY_CERTIFICATE_HASH_FIELD_NUMBER |
static int |
VERIFY_CERTIFICATE_SPKI_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCaCertificates()
REQUIRED if mode is `MUTUAL`.
|
com.google.protobuf.ByteString |
getCaCertificatesBytes()
REQUIRED if mode is `MUTUAL`.
|
String |
getCipherSuites(int index)
Optional: If specified, only support the specified cipher list.
|
com.google.protobuf.ByteString |
getCipherSuitesBytes(int index)
Optional: If specified, only support the specified cipher list.
|
int |
getCipherSuitesCount()
Optional: If specified, only support the specified cipher list.
|
com.google.protobuf.ProtocolStringList |
getCipherSuitesList()
Optional: If specified, only support the specified cipher list.
|
String |
getCredentialName()
For gateways running on Kubernetes, the name of the secret that
holds the TLS certs including the CA certificates.
|
com.google.protobuf.ByteString |
getCredentialNameBytes()
For gateways running on Kubernetes, the name of the secret that
holds the TLS certs including the CA certificates.
|
static GatewayOuterClass.ServerTLSSettings |
getDefaultInstance() |
GatewayOuterClass.ServerTLSSettings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHttpsRedirect()
If set to true, the load balancer will send a 301 redirect for
all http connections, asking the clients to use HTTPS.
|
GatewayOuterClass.ServerTLSSettings.TLSProtocol |
getMaxProtocolVersion()
Optional: Maximum TLS protocol version.
|
int |
getMaxProtocolVersionValue()
Optional: Maximum TLS protocol version.
|
GatewayOuterClass.ServerTLSSettings.TLSProtocol |
getMinProtocolVersion()
Optional: Minimum TLS protocol version.
|
int |
getMinProtocolVersionValue()
Optional: Minimum TLS protocol version.
|
GatewayOuterClass.ServerTLSSettings.TLSmode |
getMode()
Optional: Indicates whether connections to this port should be
secured using TLS.
|
int |
getModeValue()
Optional: Indicates whether connections to this port should be
secured using TLS.
|
com.google.protobuf.Parser<GatewayOuterClass.ServerTLSSettings> |
getParserForType() |
String |
getPrivateKey()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
int |
getSerializedSize() |
String |
getServerCertificate()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
com.google.protobuf.ByteString |
getServerCertificateBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
String |
getSubjectAltNames(int index)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.ByteString |
getSubjectAltNamesBytes(int index)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
int |
getSubjectAltNamesCount()
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.ProtocolStringList |
getSubjectAltNamesList()
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVerifyCertificateHash(int index)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
com.google.protobuf.ByteString |
getVerifyCertificateHashBytes(int index)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
int |
getVerifyCertificateHashCount()
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
com.google.protobuf.ProtocolStringList |
getVerifyCertificateHashList()
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
String |
getVerifyCertificateSpki(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
com.google.protobuf.ByteString |
getVerifyCertificateSpkiBytes(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
int |
getVerifyCertificateSpkiCount()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
com.google.protobuf.ProtocolStringList |
getVerifyCertificateSpkiList()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GatewayOuterClass.ServerTLSSettings.Builder |
newBuilder() |
static GatewayOuterClass.ServerTLSSettings.Builder |
newBuilder(GatewayOuterClass.ServerTLSSettings prototype) |
GatewayOuterClass.ServerTLSSettings.Builder |
newBuilderForType() |
protected GatewayOuterClass.ServerTLSSettings.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GatewayOuterClass.ServerTLSSettings |
parseDelimitedFrom(InputStream input) |
static GatewayOuterClass.ServerTLSSettings |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(byte[] data) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(ByteBuffer data) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(com.google.protobuf.ByteString data) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(InputStream input) |
static GatewayOuterClass.ServerTLSSettings |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GatewayOuterClass.ServerTLSSettings> |
parser() |
GatewayOuterClass.ServerTLSSettings.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, isStringEmpty, 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, writeTopublic static final int HTTPS_REDIRECT_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int SERVER_CERTIFICATE_FIELD_NUMBER
public static final int PRIVATE_KEY_FIELD_NUMBER
public static final int CA_CERTIFICATES_FIELD_NUMBER
public static final int CREDENTIAL_NAME_FIELD_NUMBER
public static final int SUBJECT_ALT_NAMES_FIELD_NUMBER
public static final int VERIFY_CERTIFICATE_SPKI_FIELD_NUMBER
public static final int VERIFY_CERTIFICATE_HASH_FIELD_NUMBER
public static final int MIN_PROTOCOL_VERSION_FIELD_NUMBER
public static final int MAX_PROTOCOL_VERSION_FIELD_NUMBER
public static final int CIPHER_SUITES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean getHttpsRedirect()
If set to true, the load balancer will send a 301 redirect for all http connections, asking the clients to use HTTPS.
bool https_redirect = 1;getHttpsRedirect 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getModeValue()
Optional: Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced.
.istio.networking.v1alpha3.ServerTLSSettings.TLSmode mode = 2;getModeValue 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic GatewayOuterClass.ServerTLSSettings.TLSmode getMode()
Optional: Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced.
.istio.networking.v1alpha3.ServerTLSSettings.TLSmode mode = 2;getMode 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getServerCertificate()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server-side TLS certificate to use.
string server_certificate = 3;getServerCertificate 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ByteString getServerCertificateBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server-side TLS certificate to use.
string server_certificate = 3;getServerCertificateBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getPrivateKey()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server's private key.
string private_key = 4;getPrivateKey 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ByteString getPrivateKeyBytes()
REQUIRED if mode is `SIMPLE` or `MUTUAL`. The path to the file holding the server's private key.
string private_key = 4;getPrivateKeyBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getCaCertificates()
REQUIRED if mode is `MUTUAL`. The path to a file containing certificate authority certificates to use in verifying a presented client side certificate.
string ca_certificates = 5;getCaCertificates 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ByteString getCaCertificatesBytes()
REQUIRED if mode is `MUTUAL`. The path to a file containing certificate authority certificates to use in verifying a presented client side certificate.
string ca_certificates = 5;getCaCertificatesBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getCredentialName()
For gateways running on Kubernetes, the name of the secret that holds the TLS certs including the CA certificates. Applicable only on Kubernetes. The secret (of type `generic`) should contain the following keys and values: `key: <privateKey>` and `cert: <serverCert>`. For mutual TLS, `cacert: <CACertificate>` can be provided in the same secret or a separate secret named `<secret>-cacert`. Secret of type tls for server certificates along with ca.crt key for CA certificates is also supported. Only one of server certificates and CA certificate or credentialName can be specified.
string credential_name = 10;getCredentialName 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ByteString getCredentialNameBytes()
For gateways running on Kubernetes, the name of the secret that holds the TLS certs including the CA certificates. Applicable only on Kubernetes. The secret (of type `generic`) should contain the following keys and values: `key: <privateKey>` and `cert: <serverCert>`. For mutual TLS, `cacert: <CACertificate>` can be provided in the same secret or a separate secret named `<secret>-cacert`. Secret of type tls for server certificates along with ca.crt key for CA certificates is also supported. Only one of server certificates and CA certificate or credentialName can be specified.
string credential_name = 10;getCredentialNameBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ProtocolStringList getSubjectAltNamesList()
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesList 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getSubjectAltNamesCount()
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesCount 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getSubjectAltNames(int index)
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNames 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSubjectAltNamesBytes(int index)
A list of alternate names to verify the subject identity in the certificate presented by the client.
repeated string subject_alt_names = 6;getSubjectAltNamesBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getVerifyCertificateSpkiList()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiList 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getVerifyCertificateSpkiCount()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiCount 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getVerifyCertificateSpki(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpki 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getVerifyCertificateSpkiBytes(int index)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_spki = 11;getVerifyCertificateSpkiBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getVerifyCertificateHashList()
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashList 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getVerifyCertificateHashCount()
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashCount 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getVerifyCertificateHash(int index)
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHash 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getVerifyCertificateHashBytes(int index)
An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable. Note: When both verify_certificate_hash and verify_certificate_spki are specified, a hash matching either value will result in the certificate being accepted.
repeated string verify_certificate_hash = 12;getVerifyCertificateHashBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the value to return.public int getMinProtocolVersionValue()
Optional: Minimum TLS protocol version.
.istio.networking.v1alpha3.ServerTLSSettings.TLSProtocol min_protocol_version = 7;getMinProtocolVersionValue 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic GatewayOuterClass.ServerTLSSettings.TLSProtocol getMinProtocolVersion()
Optional: Minimum TLS protocol version.
.istio.networking.v1alpha3.ServerTLSSettings.TLSProtocol min_protocol_version = 7;getMinProtocolVersion 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getMaxProtocolVersionValue()
Optional: Maximum TLS protocol version.
.istio.networking.v1alpha3.ServerTLSSettings.TLSProtocol max_protocol_version = 8;getMaxProtocolVersionValue 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic GatewayOuterClass.ServerTLSSettings.TLSProtocol getMaxProtocolVersion()
Optional: Maximum TLS protocol version.
.istio.networking.v1alpha3.ServerTLSSettings.TLSProtocol max_protocol_version = 8;getMaxProtocolVersion 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic com.google.protobuf.ProtocolStringList getCipherSuitesList()
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesList 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic int getCipherSuitesCount()
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesCount 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderpublic String getCipherSuites(int index)
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuites 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getCipherSuitesBytes(int index)
Optional: If specified, only support the specified cipher list. Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;getCipherSuitesBytes 在接口中 GatewayOuterClass.ServerTLSSettingsOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static GatewayOuterClass.ServerTLSSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(InputStream input) throws IOException
IOExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GatewayOuterClass.ServerTLSSettings parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GatewayOuterClass.ServerTLSSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GatewayOuterClass.ServerTLSSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GatewayOuterClass.ServerTLSSettings.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static GatewayOuterClass.ServerTLSSettings.Builder newBuilder()
public static GatewayOuterClass.ServerTLSSettings.Builder newBuilder(GatewayOuterClass.ServerTLSSettings prototype)
public GatewayOuterClass.ServerTLSSettings.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected GatewayOuterClass.ServerTLSSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static GatewayOuterClass.ServerTLSSettings getDefaultInstance()
public static com.google.protobuf.Parser<GatewayOuterClass.ServerTLSSettings> parser()
public com.google.protobuf.Parser<GatewayOuterClass.ServerTLSSettings> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public GatewayOuterClass.ServerTLSSettings getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2018–2023 Alibaba Group. All rights reserved.