public static final class ValidationCA.Builder extends GeneratedMessageV3.Builder<ValidationCA.Builder> implements ValidationCAOrBuilder
   
   Specification of ValidationCA. Defines the mechanism to obtain the
 Certificate Authority certificate to validate the peer certificate.
 Protobuf type google.cloud.networksecurity.v1beta1.ValidationCA
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ValidationCA.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ValidationCA build()
   
  
  
  buildPartial()
  
    public ValidationCA buildPartial()
   
  
  
  clear()
  
    public ValidationCA.Builder clear()
   
  
  Overrides
  
  
  clearCertificateProviderInstance()
  
    public ValidationCA.Builder clearCertificateProviderInstance()
   
   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;
 
clearField(Descriptors.FieldDescriptor field)
  
    public ValidationCA.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearGrpcEndpoint()
  
    public ValidationCA.Builder clearGrpcEndpoint()
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ValidationCA.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearType()
  
    public ValidationCA.Builder clearType()
   
  
  
  clone()
  
    public ValidationCA.Builder clone()
   
  
  Overrides
  
  
  getCertificateProviderInstance()
  
    public 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;
 
getCertificateProviderInstanceBuilder()
  
    public CertificateProviderInstance.Builder getCertificateProviderInstanceBuilder()
   
   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;
 
getCertificateProviderInstanceOrBuilder()
  
    public 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;
 
getDefaultInstanceForType()
  
    public ValidationCA getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getGrpcEndpoint()
  
    public GrpcEndpoint getGrpcEndpoint()
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointBuilder()
  
    public GrpcEndpoint.Builder getGrpcEndpointBuilder()
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getGrpcEndpointOrBuilder()
  
    public GrpcEndpointOrBuilder getGrpcEndpointOrBuilder()
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
getTypeCase()
  
    public ValidationCA.TypeCase getTypeCase()
   
  
  
  hasCertificateProviderInstance()
  
    public 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 | 
      
        | Type | Description | 
      
        | boolean | Whether the certificateProviderInstance field is set. | 
    
  
  
  hasGrpcEndpoint()
  
    public boolean hasGrpcEndpoint()
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the grpcEndpoint field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeCertificateProviderInstance(CertificateProviderInstance value)
  
    public ValidationCA.Builder mergeCertificateProviderInstance(CertificateProviderInstance value)
   
   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;
 
mergeFrom(ValidationCA other)
  
    public ValidationCA.Builder mergeFrom(ValidationCA other)
   
  
  
  
  
  
    public ValidationCA.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ValidationCA.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeGrpcEndpoint(GrpcEndpoint value)
  
    public ValidationCA.Builder mergeGrpcEndpoint(GrpcEndpoint value)
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ValidationCA.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setCertificateProviderInstance(CertificateProviderInstance value)
  
    public ValidationCA.Builder setCertificateProviderInstance(CertificateProviderInstance value)
   
   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;
 
setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
  
    public ValidationCA.Builder setCertificateProviderInstance(CertificateProviderInstance.Builder builderForValue)
   
   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;
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ValidationCA.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setGrpcEndpoint(GrpcEndpoint value)
  
    public ValidationCA.Builder setGrpcEndpoint(GrpcEndpoint value)
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
  
    public ValidationCA.Builder setGrpcEndpoint(GrpcEndpoint.Builder builderForValue)
   
   gRPC specific configuration to access the gRPC server to
 obtain the CA certificate.
 .google.cloud.networksecurity.v1beta1.GrpcEndpoint grpc_endpoint = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ValidationCA.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ValidationCA.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides