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 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;