Uses of Class
com.google.cloud.networksecurity.v1beta1.ValidationCA
-
Packages that use ValidationCA Package Description com.google.cloud.networksecurity.v1beta1 A client to Network Security API -
-
Uses of ValidationCA in com.google.cloud.networksecurity.v1beta1
Methods in com.google.cloud.networksecurity.v1beta1 that return ValidationCA Modifier and Type Method Description ValidationCA
ValidationCA.Builder. build()
ValidationCA
ValidationCA.Builder. buildPartial()
ValidationCA
ServerTlsPolicy.MTLSPolicy.Builder. getClientValidationCa(int index)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ValidationCA
ServerTlsPolicy.MTLSPolicy. getClientValidationCa(int index)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ValidationCA
ServerTlsPolicy.MTLSPolicyOrBuilder. getClientValidationCa(int index)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.static ValidationCA
ValidationCA. getDefaultInstance()
ValidationCA
ValidationCA.Builder. getDefaultInstanceForType()
ValidationCA
ValidationCA. getDefaultInstanceForType()
ValidationCA
ClientTlsPolicy.Builder. getServerValidationCa(int index)
Optional.ValidationCA
ClientTlsPolicy. getServerValidationCa(int index)
Optional.ValidationCA
ClientTlsPolicyOrBuilder. getServerValidationCa(int index)
Optional.static ValidationCA
ValidationCA. parseDelimitedFrom(InputStream input)
static ValidationCA
ValidationCA. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationCA
ValidationCA. parseFrom(byte[] data)
static ValidationCA
ValidationCA. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationCA
ValidationCA. parseFrom(com.google.protobuf.ByteString data)
static ValidationCA
ValidationCA. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationCA
ValidationCA. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidationCA
ValidationCA. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationCA
ValidationCA. parseFrom(InputStream input)
static ValidationCA
ValidationCA. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidationCA
ValidationCA. parseFrom(ByteBuffer data)
static ValidationCA
ValidationCA. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networksecurity.v1beta1 that return types with arguments of type ValidationCA Modifier and Type Method Description List<ValidationCA>
ServerTlsPolicy.MTLSPolicy.Builder. getClientValidationCaList()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.List<ValidationCA>
ServerTlsPolicy.MTLSPolicy. getClientValidationCaList()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.List<ValidationCA>
ServerTlsPolicy.MTLSPolicyOrBuilder. getClientValidationCaList()
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.com.google.protobuf.Parser<ValidationCA>
ValidationCA. getParserForType()
List<ValidationCA>
ClientTlsPolicy.Builder. getServerValidationCaList()
Optional.List<ValidationCA>
ClientTlsPolicy. getServerValidationCaList()
Optional.List<ValidationCA>
ClientTlsPolicyOrBuilder. getServerValidationCaList()
Optional.static com.google.protobuf.Parser<ValidationCA>
ValidationCA. parser()
Methods in com.google.cloud.networksecurity.v1beta1 with parameters of type ValidationCA Modifier and Type Method Description ServerTlsPolicy.MTLSPolicy.Builder
ServerTlsPolicy.MTLSPolicy.Builder. addClientValidationCa(int index, ValidationCA value)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ServerTlsPolicy.MTLSPolicy.Builder
ServerTlsPolicy.MTLSPolicy.Builder. addClientValidationCa(ValidationCA value)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ClientTlsPolicy.Builder
ClientTlsPolicy.Builder. addServerValidationCa(int index, ValidationCA value)
Optional.ClientTlsPolicy.Builder
ClientTlsPolicy.Builder. addServerValidationCa(ValidationCA value)
Optional.ValidationCA.Builder
ValidationCA.Builder. mergeFrom(ValidationCA other)
static ValidationCA.Builder
ValidationCA. newBuilder(ValidationCA prototype)
ServerTlsPolicy.MTLSPolicy.Builder
ServerTlsPolicy.MTLSPolicy.Builder. setClientValidationCa(int index, ValidationCA value)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ClientTlsPolicy.Builder
ClientTlsPolicy.Builder. setServerValidationCa(int index, ValidationCA value)
Optional.Method parameters in com.google.cloud.networksecurity.v1beta1 with type arguments of type ValidationCA Modifier and Type Method Description ServerTlsPolicy.MTLSPolicy.Builder
ServerTlsPolicy.MTLSPolicy.Builder. addAllClientValidationCa(Iterable<? extends ValidationCA> values)
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.ClientTlsPolicy.Builder
ClientTlsPolicy.Builder. addAllServerValidationCa(Iterable<? extends ValidationCA> values)
Optional.
-