Interface CertificateProviderOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CertificateProvider, CertificateProvider.Builder

    public interface CertificateProviderOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGrpcEndpoint

        boolean hasGrpcEndpoint()
         gRPC specific configuration to access the gRPC server to
         obtain the cert and private key.
         
        .google.cloud.networksecurity.v1.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 cert and private key.
         
        .google.cloud.networksecurity.v1.GrpcEndpoint grpc_endpoint = 2;
        Returns:
        The grpcEndpoint.
      • getGrpcEndpointOrBuilder

        GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
         gRPC specific configuration to access the gRPC server to
         obtain the cert and private key.
         
        .google.cloud.networksecurity.v1.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.v1.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.v1.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.v1.CertificateProviderInstance certificate_provider_instance = 3;