Class X509Extension.Builder (2.10.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.10.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  X509Extension . Builder   extends   GeneratedMessageV3 . Builder<X509Extension . Builder >  implements   X509ExtensionOrBuilder  
   An X509Extension  specifies an X.509 extension, which may be used in
 different parts of X.509 objects like certificates, CSRs, and CRLs.
 Protobuf type google.cloud.security.privateca.v1.X509Extension
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      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 ()  
  Returns 
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   X509Extension . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   X509Extension   build ()  
  Returns 
  
  buildPartial() 
  
    
public   X509Extension   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   X509Extension . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearCritical() 
  
    
public   X509Extension . Builder   clearCritical ()  
   Optional. Indicates whether or not this extension is critical (i.e., if the client
 does not know how to handle this extension, the client should consider this
 to be an error).
 bool critical = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   X509Extension . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearObjectId() 
  
    
public   X509Extension . Builder   clearObjectId ()  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   X509Extension . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearValue() 
  
    
public   X509Extension . Builder   clearValue ()  
   Required. The value of this X.509 extension.
 bytes value = 3 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
  clone() 
  
    
public   X509Extension . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getCritical() 
  
    
public   boolean   getCritical ()  
   Optional. Indicates whether or not this extension is critical (i.e., if the client
 does not know how to handle this extension, the client should consider this
 to be an error).
 bool critical = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        boolean The critical.
 
     
  
  getDefaultInstanceForType() 
  
    
public   X509Extension   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getObjectId() 
  
    
public   ObjectId   getObjectId ()  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getObjectIdBuilder() 
  
    
public   ObjectId . Builder   getObjectIdBuilder ()  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getObjectIdOrBuilder() 
  
    
public   ObjectIdOrBuilder   getObjectIdOrBuilder ()  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getValue() 
  
    
public   ByteString   getValue ()  
   Required. The value of this X.509 extension.
 bytes value = 3 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
  hasObjectId() 
  
    
public   boolean   hasObjectId ()  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the objectId field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(X509Extension other) 
  
    
public   X509Extension . Builder   mergeFrom ( X509Extension   other )  
  Parameter 
  
  Returns 
  
  
    
public   X509Extension . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   X509Extension . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeObjectId(ObjectId value) 
  
    
public   X509Extension . Builder   mergeObjectId ( ObjectId   value )  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   X509Extension . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setCritical(boolean value) 
  
    
public   X509Extension . Builder   setCritical ( boolean   value )  
   Optional. Indicates whether or not this extension is critical (i.e., if the client
 does not know how to handle this extension, the client should consider this
 to be an error).
 bool critical = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter 
  
    
      
        Name Description  
      
        value boolean The critical to set.
 
     
  
  Returns 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   X509Extension . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setObjectId(ObjectId value) 
  
    
public   X509Extension . Builder   setObjectId ( ObjectId   value )  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setObjectId(ObjectId.Builder builderForValue) 
  
    
public   X509Extension . Builder   setObjectId ( ObjectId . Builder   builderForValue )  
   Required. The OID for this X.509 extension.
 
 .google.cloud.security.privateca.v1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   X509Extension . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   X509Extension . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setValue(ByteString value) 
  
    
public   X509Extension . Builder   setValue ( ByteString   value )  
   Required. The value of this X.509 extension.
 bytes value = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter 
  
    
      
        Name Description  
      
        value ByteString The value to set.
 
     
  
  Returns 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]