Send feedback
  
   
 
  
    
      Class LicenseResourceRequirements.Builder (1.88.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_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 ()  
   [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
 optional int32 min_guest_cpu_count = 477964836;
clearMinMemoryMb() 
  
    
public   LicenseResourceRequirements . Builder   clearMinMemoryMb ()  
   [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
 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 ()  
   [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
 optional int32 min_guest_cpu_count = 477964836;
    
      
        Returns  
      
        Type Description  
      
        int The minGuestCpuCount.
 
     
  
  getMinMemoryMb() 
  
    
public   int   getMinMemoryMb ()  
   [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
 optional int32 min_memory_mb = 504785894;
    
      
        Returns  
      
        Type Description  
      
        int The minMemoryMb.
 
     
  
  hasMinGuestCpuCount() 
  
    
public   boolean   hasMinGuestCpuCount ()  
   [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
 optional int32 min_guest_cpu_count = 477964836;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the minGuestCpuCount field is set.
 
     
  
  hasMinMemoryMb() 
  
    
public   boolean   hasMinMemoryMb ()  
   [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
 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  
      
        otherMessage  
     
  
  
  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 )  
   [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
 optional int32 min_guest_cpu_count = 477964836;
    
      
        Parameter  
      
        Name Description  
      
        valueint The minGuestCpuCount to set.
 
     
  
  
  setMinMemoryMb(int value) 
  
    
public   LicenseResourceRequirements . Builder   setMinMemoryMb ( int   value )  
   [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
 optional int32 min_memory_mb = 504785894;
    
      
        Parameter  
      
        Name Description  
      
        valueint 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 
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]