Class SignBlobResponse.Builder (3.1.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.1.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  SignBlobResponse . Builder   extends   GeneratedMessageV3 . Builder<SignBlobResponse . Builder >  implements   SignBlobResponseOrBuilder  
  
  
  
  
    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   SignBlobResponse . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   SignBlobResponse   build ()  
  Returns 
  
  buildPartial() 
  
    
public   SignBlobResponse   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   SignBlobResponse . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   SignBlobResponse . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearKeyId() (deprecated) 
  
    
public   SignBlobResponse . Builder   clearKeyId ()  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
     google/iam/admin/v1/iam.proto;l=1001 
 Deprecated. Migrate to Service Account Credentials
 API .
 The id of the key used to sign the blob.
 string key_id = 1 [deprecated = true];
Returns 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   SignBlobResponse . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearSignature() (deprecated) 
  
    
public   SignBlobResponse . Builder   clearSignature ()  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.signature is deprecated. See
     google/iam/admin/v1/iam.proto;l=1007 
 Deprecated. Migrate to Service Account Credentials
 API .
 The signed blob.
 bytes signature = 2 [deprecated = true];
Returns 
  
  clone() 
  
    
public   SignBlobResponse . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   SignBlobResponse   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getKeyId() (deprecated) 
  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
     google/iam/admin/v1/iam.proto;l=1001 
 Deprecated. Migrate to Service Account Credentials
 API .
 The id of the key used to sign the blob.
 string key_id = 1 [deprecated = true];
Returns 
  
    
      
        Type Description  
      
        String The keyId.
 
     
  
  getKeyIdBytes() (deprecated) 
  
    
public   ByteString   getKeyIdBytes ()  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
     google/iam/admin/v1/iam.proto;l=1001 
 Deprecated. Migrate to Service Account Credentials
 API .
 The id of the key used to sign the blob.
 string key_id = 1 [deprecated = true];
Returns 
  
  getSignature() (deprecated) 
  
    
public   ByteString   getSignature ()  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.signature is deprecated. See
     google/iam/admin/v1/iam.proto;l=1007 
 Deprecated. Migrate to Service Account Credentials
 API .
 The signed blob.
 bytes signature = 2 [deprecated = true];
Returns 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(SignBlobResponse other) 
  
    
public   SignBlobResponse . Builder   mergeFrom ( SignBlobResponse   other )  
  Parameter 
  
  Returns 
  
  
    
public   SignBlobResponse . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   SignBlobResponse . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   SignBlobResponse . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   SignBlobResponse . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setKeyId(String value) (deprecated) 
  
    
public   SignBlobResponse . Builder   setKeyId ( String   value )  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
     google/iam/admin/v1/iam.proto;l=1001 
 Deprecated. Migrate to Service Account Credentials
 API .
 The id of the key used to sign the blob.
 string key_id = 1 [deprecated = true];
Parameter 
  
    
      
        Name Description  
      
        value String The keyId to set.
 
     
  
  Returns 
  
  setKeyIdBytes(ByteString value) (deprecated) 
  
    
public   SignBlobResponse . Builder   setKeyIdBytes ( ByteString   value )  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
     google/iam/admin/v1/iam.proto;l=1001 
 Deprecated. Migrate to Service Account Credentials
 API .
 The id of the key used to sign the blob.
 string key_id = 1 [deprecated = true];
Parameter 
  
    
      
        Name Description  
      
        value ByteString The bytes for keyId to set.
 
     
  
  Returns 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   SignBlobResponse . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setSignature(ByteString value) (deprecated) 
  
    
public   SignBlobResponse . Builder   setSignature ( ByteString   value )  
  Deprecated.  google.iam.admin.v1.SignBlobResponse.signature is deprecated. See
     google/iam/admin/v1/iam.proto;l=1007 
 Deprecated. Migrate to Service Account Credentials
 API .
 The signed blob.
 bytes signature = 2 [deprecated = true];
Parameter 
  
    
      
        Name Description  
      
        value ByteString The signature to set.
 
     
  
  Returns 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   SignBlobResponse . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  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."],[],[]]