Class Tool.TLSConfig.CACert (0.87.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.87.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Tool . TLSConfig . CACert   extends   GeneratedMessageV3   implements   Tool . TLSConfig . CACertOrBuilder  
   The CA certificate.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.Tool.TLSConfig.CACert
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   CERT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   DISPLAY_NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   Tool . TLSConfig . CACert   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   Tool . TLSConfig . CACert . Builder   newBuilder ()  
  
  
    
public   static   Tool . TLSConfig . CACert . Builder   newBuilder ( Tool . TLSConfig . CACert   prototype )  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   Tool . TLSConfig . CACert   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<Tool . TLSConfig . CACert >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   ByteString   getCert ()  
   Required. The allowed custom CA certificates (in DER format) for
 HTTPS verification. This overrides the default SSL trust store. If this
 is empty or unspecified, Dialogflow will use Google's default trust
 store to verify certificates. N.B. Make sure the HTTPS server
 certificates are signed with "subject alt name". For instance a
 certificate can be self-signed using the following command:
 <code><code>
    openssl x509 -req -days 200 -in example.com.csr \
      -signkey example.com.key \
      -out example.com.crt \
      -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
 </code></code>
 bytes cert = 2 [(.google.api.field_behavior) = REQUIRED];
    
public   Tool . TLSConfig . CACert   getDefaultInstanceForType ()  
  
  
    
public   String   getDisplayName ()  
   Required. The name of the allowed custom CA certificates. This
 can be used to disambiguate the custom CA certificates.
 string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The displayName.
 
     
  
  
    
public   ByteString   getDisplayNameBytes ()  
   Required. The name of the allowed custom CA certificates. This
 can be used to disambiguate the custom CA certificates.
 string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for displayName.
 
     
  
  
    
public   Parser<Tool . TLSConfig . CACert >  getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   Tool . TLSConfig . CACert . Builder   newBuilderForType ()  
  
  
    
protected   Tool . TLSConfig . CACert . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   Tool . TLSConfig . CACert . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]