public interface ValidationCAOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;GrpcEndpoint getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
gRPC specific configuration to access the gRPC server to obtain the CA certificate.
.google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;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;
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;
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;
ValidationCA.TypeCase getTypeCase()
Copyright © 2023 Google LLC. All rights reserved.