Class ValidateExclusivityResponse.Builder (1.5.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.5.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  ValidateExclusivityResponse . Builder   extends   GeneratedMessageV3 . Builder<ValidateExclusivityResponse . Builder >  implements   ValidateExclusivityResponseOrBuilder  
   The response of exclusivity artifacts validation result status.
 Protobuf type google.cloud.gkehub.v1beta1.ValidateExclusivityResponse
    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   ValidateExclusivityResponse . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   ValidateExclusivityResponse   build ()  
  Returns 
  
  buildPartial() 
  
    
public   ValidateExclusivityResponse   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   ValidateExclusivityResponse . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ValidateExclusivityResponse . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ValidateExclusivityResponse . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearStatus() 
  
    
public   ValidateExclusivityResponse . Builder   clearStatus ()  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Returns 
  
  clone() 
  
    
public   ValidateExclusivityResponse . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ValidateExclusivityResponse   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getStatus() 
  
    
public   Status   getStatus ()  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Returns 
  
    
      
        Type Description  
      
        com.google.rpc.Status The status.
 
     
  
  getStatusBuilder() 
  
    
public   Status . Builder   getStatusBuilder ()  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Returns 
  
    
      
        Type Description  
      
        com.google.rpc.Status.Builder  
     
  
  getStatusOrBuilder() 
  
    
public   StatusOrBuilder   getStatusOrBuilder ()  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Returns 
  
    
      
        Type Description  
      
        com.google.rpc.StatusOrBuilder  
     
  
  hasStatus() 
  
    
public   boolean   hasStatus ()  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Returns 
  
    
      
        Type Description  
      
        boolean Whether the status field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(ValidateExclusivityResponse other) 
  
    
public   ValidateExclusivityResponse . Builder   mergeFrom ( ValidateExclusivityResponse   other )  
  Parameter 
  
  Returns 
  
  
    
public   ValidateExclusivityResponse . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   ValidateExclusivityResponse . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeStatus(Status value) 
  
    
public   ValidateExclusivityResponse . Builder   mergeStatus ( Status   value )  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Parameter 
  
    
      
        Name Description  
      
        value com.google.rpc.Status  
     
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ValidateExclusivityResponse . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ValidateExclusivityResponse . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ValidateExclusivityResponse . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setStatus(Status value) 
  
    
public   ValidateExclusivityResponse . Builder   setStatus ( Status   value )  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Parameter 
  
    
      
        Name Description  
      
        value com.google.rpc.Status  
     
  
  Returns 
  
  setStatus(Status.Builder builderForValue) 
  
    
public   ValidateExclusivityResponse . Builder   setStatus ( Status . Builder   builderForValue )  
   The validation result.
OK means that exclusivity is validated, assuming the manifest produced
 by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS means that the Membership CRD is already owned by
 another Hub. See status.message for more information. 
 .google.rpc.Status status = 1;
Parameter 
  
    
      
        Name Description  
      
        builderForValue com.google.rpc.Status.Builder  
     
  
  Returns 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ValidateExclusivityResponse . 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."],[],[]]