public static interface ServerTlsPolicy.MTLSPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ValidationCA |
getClientValidationCa(int index)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
int |
getClientValidationCaCount()
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
List<ValidationCA> |
getClientValidationCaList()
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
ValidationCAOrBuilder |
getClientValidationCaOrBuilder(int index)
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
List<? extends ValidationCAOrBuilder> |
getClientValidationCaOrBuilderList()
Defines the mechanism to obtain the Certificate Authority certificate to
validate the client certificate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ValidationCA> getClientValidationCaList()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1beta1.ValidationCA client_validation_ca = 1;
ValidationCA getClientValidationCa(int index)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1beta1.ValidationCA client_validation_ca = 1;
int getClientValidationCaCount()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1beta1.ValidationCA client_validation_ca = 1;
List<? extends ValidationCAOrBuilder> getClientValidationCaOrBuilderList()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1beta1.ValidationCA client_validation_ca = 1;
ValidationCAOrBuilder getClientValidationCaOrBuilder(int index)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1beta1.ValidationCA client_validation_ca = 1;
Copyright © 2023 Google LLC. All rights reserved.