Interface ValidationCAOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidationCA
,ValidationCA.Builder
public interface ValidationCAOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateProviderInstance
getCertificateProviderInstance()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.CertificateProviderInstanceOrBuilder
getCertificateProviderInstanceOrBuilder()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.GrpcEndpoint
getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.GrpcEndpointOrBuilder
getGrpcEndpointOrBuilder()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.ValidationCA.TypeCase
getTypeCase()
boolean
hasCertificateProviderInstance()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.boolean
hasGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGrpcEndpoint
boolean hasGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
- Returns:
- Whether the grpcEndpoint field is set.
-
getGrpcEndpoint
GrpcEndpoint getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
- Returns:
- The grpcEndpoint.
-
getGrpcEndpointOrBuilder
GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
-
hasCertificateProviderInstance
boolean hasCertificateProviderInstance()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
.google.cloud.networksecurity.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
- Returns:
- Whether the certificateProviderInstance field is set.
-
getCertificateProviderInstance
CertificateProviderInstance getCertificateProviderInstance()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
.google.cloud.networksecurity.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
- Returns:
- The certificateProviderInstance.
-
getCertificateProviderInstanceOrBuilder
CertificateProviderInstanceOrBuilder getCertificateProviderInstanceOrBuilder()
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
.google.cloud.networksecurity.v1beta1.CertificateProviderInstance certificate_provider_instance = 3;
-
getTypeCase
ValidationCA.TypeCase getTypeCase()
-
-