Class LicenseResourceRequirements.Builder (1.63.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.63.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  LicenseResourceRequirements . Builder   extends   GeneratedMessageV3 . Builder<LicenseResourceRequirements . Builder >  implements   LicenseResourceRequirementsOrBuilder  
   
   Protobuf type google.cloud.compute.v1.LicenseResourceRequirements
 
  
  
  
    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   LicenseResourceRequirements . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   LicenseResourceRequirements   build ()  
   
  
   
  buildPartial() 
  
    
public   LicenseResourceRequirements   buildPartial ()  
   
  
   
  clear() 
  
    
public   LicenseResourceRequirements . Builder   clear ()  
   
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   LicenseResourceRequirements . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearMinGuestCpuCount() 
  
    
public   LicenseResourceRequirements . Builder   clearMinGuestCpuCount ()  
   
   Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_guest_cpu_count = 477964836;
 
  
   
  clearMinMemoryMb() 
  
    
public   LicenseResourceRequirements . Builder   clearMinMemoryMb ()  
   
   Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_memory_mb = 504785894;
 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   LicenseResourceRequirements . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clone() 
  
    
public   LicenseResourceRequirements . Builder   clone ()  
   
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   LicenseResourceRequirements   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getMinGuestCpuCount() 
  
    
public   int   getMinGuestCpuCount ()  
   
   Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_guest_cpu_count = 477964836;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The minGuestCpuCount.
 
       
     
  
   
  getMinMemoryMb() 
  
    
public   int   getMinMemoryMb ()  
   
   Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_memory_mb = 504785894;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The minMemoryMb.
 
       
     
  
   
  hasMinGuestCpuCount() 
  
    
public   boolean   hasMinGuestCpuCount ()  
   
   Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_guest_cpu_count = 477964836;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the minGuestCpuCount field is set.
 
       
     
  
   
  hasMinMemoryMb() 
  
    
public   boolean   hasMinMemoryMb ()  
   
   Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_memory_mb = 504785894;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the minMemoryMb field is set.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(LicenseResourceRequirements other) 
  
    
public   LicenseResourceRequirements . Builder   mergeFrom ( LicenseResourceRequirements   other )  
   
  
  
   
  
  
    
public   LicenseResourceRequirements . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   LicenseResourceRequirements . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   LicenseResourceRequirements . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   LicenseResourceRequirements . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setMinGuestCpuCount(int value) 
  
    
public   LicenseResourceRequirements . Builder   setMinGuestCpuCount ( int   value )  
   
   Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_guest_cpu_count = 477964836;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The minGuestCpuCount to set.
 
       
     
  
  
   
  setMinMemoryMb(int value) 
  
    
public   LicenseResourceRequirements . Builder   setMinMemoryMb ( int   value )  
   
   Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
 optional int32 min_memory_mb = 504785894;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The minMemoryMb to set.
 
       
     
  
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   LicenseResourceRequirements . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   LicenseResourceRequirements . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  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-30 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-30 UTC."],[],[]]