| Modifier and Type | Method and Description |
|---|---|
ValidationCA.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.addClientValidationCaBuilder()
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ValidationCA.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.addClientValidationCaBuilder(int index)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ValidationCA.Builder |
ValidationCA.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidationCA.Builder |
ClientTlsPolicy.Builder.addServerValidationCaBuilder()
Optional.
|
ValidationCA.Builder |
ClientTlsPolicy.Builder.addServerValidationCaBuilder(int index)
Optional.
|
ValidationCA.Builder |
ValidationCA.Builder.clear() |
ValidationCA.Builder |
ValidationCA.Builder.clearCertificateProviderInstance()
The certificate provider instance specification that will be passed to
the data plane, which will be used to load necessary credential
information.
|
ValidationCA.Builder |
ValidationCA.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ValidationCA.Builder |
ValidationCA.Builder.clearGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
ValidationCA.Builder |
ValidationCA.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValidationCA.Builder |
ValidationCA.Builder.clearType() |
ValidationCA.Builder |
ValidationCA.Builder.clone() |
ValidationCA.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.getClientValidationCaBuilder(int index)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ValidationCA.Builder |
ClientTlsPolicy.Builder.getServerValidationCaBuilder(int index)
Optional.
|
ValidationCA.Builder |
ValidationCA.Builder.mergeCertificateProviderInstance(CertificateProviderInstance value)
The certificate provider instance specification that will be passed to
the data plane, which will be used to load necessary credential
information.
|
ValidationCA.Builder |
ValidationCA.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValidationCA.Builder |
ValidationCA.Builder.mergeFrom(com.google.protobuf.Message other) |
ValidationCA.Builder |
ValidationCA.Builder.mergeFrom(ValidationCA other) |
ValidationCA.Builder |
ValidationCA.Builder.mergeGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
ValidationCA.Builder |
ValidationCA.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ValidationCA.Builder |
ValidationCA.newBuilder() |
static ValidationCA.Builder |
ValidationCA.newBuilder(ValidationCA prototype) |
ValidationCA.Builder |
ValidationCA.newBuilderForType() |
protected ValidationCA.Builder |
ValidationCA.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ValidationCA.Builder |
ValidationCA.Builder.setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
The certificate provider instance specification that will be passed to
the data plane, which will be used to load necessary credential
information.
|
ValidationCA.Builder |
ValidationCA.Builder.setCertificateProviderInstance(CertificateProviderInstance value)
The certificate provider instance specification that will be passed to
the data plane, which will be used to load necessary credential
information.
|
ValidationCA.Builder |
ValidationCA.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidationCA.Builder |
ValidationCA.Builder.setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
ValidationCA.Builder |
ValidationCA.Builder.setGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
ValidationCA.Builder |
ValidationCA.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ValidationCA.Builder |
ValidationCA.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValidationCA.Builder |
ValidationCA.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationCA.Builder> |
ServerTlsPolicy.MTLSPolicy.Builder.getClientValidationCaBuilderList()
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
List<ValidationCA.Builder> |
ClientTlsPolicy.Builder.getServerValidationCaBuilderList()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
ServerTlsPolicy.MTLSPolicy.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.addClientValidationCa(int index,
ValidationCA.Builder builderForValue)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ServerTlsPolicy.MTLSPolicy.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.addClientValidationCa(ValidationCA.Builder builderForValue)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ClientTlsPolicy.Builder |
ClientTlsPolicy.Builder.addServerValidationCa(int index,
ValidationCA.Builder builderForValue)
Optional.
|
ClientTlsPolicy.Builder |
ClientTlsPolicy.Builder.addServerValidationCa(ValidationCA.Builder builderForValue)
Optional.
|
ServerTlsPolicy.MTLSPolicy.Builder |
ServerTlsPolicy.MTLSPolicy.Builder.setClientValidationCa(int index,
ValidationCA.Builder builderForValue)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ClientTlsPolicy.Builder |
ClientTlsPolicy.Builder.setServerValidationCa(int index,
ValidationCA.Builder builderForValue)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.