Interface ServerTlsPolicy.MTLSPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerTlsPolicy.MTLSPolicy
,ServerTlsPolicy.MTLSPolicy.Builder
- Enclosing class:
- ServerTlsPolicy
public static interface ServerTlsPolicy.MTLSPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientValidationCaList
List<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;
-
getClientValidationCa
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;
-
getClientValidationCaCount
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;
-
getClientValidationCaOrBuilderList
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;
-
getClientValidationCaOrBuilder
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;
-
-