Class ComputeScheduling (1.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ComputeScheduling   extends   GeneratedMessageV3   implements   ComputeSchedulingOrBuilder  
   Scheduling information for VM on maintenance/restart behaviour and
 node allocation in sole tenant nodes.
 Options for instance behavior when the host machine undergoes
 maintenance that may temporarily impact instance performance.
 Protobuf type google.cloud.vmmigration.v1.ComputeScheduling
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  MIN_NODE_CPUS_FIELD_NUMBER 
  
    
public   static   final   int   MIN_NODE_CPUS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NODE_AFFINITIES_FIELD_NUMBER 
  
    
public   static   final   int   NODE_AFFINITIES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ON_HOST_MAINTENANCE_FIELD_NUMBER 
  
    
public   static   final   int   ON_HOST_MAINTENANCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  RESTART_TYPE_FIELD_NUMBER 
  
    
public   static   final   int   RESTART_TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ComputeScheduling   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ComputeScheduling . Builder   newBuilder ()  
  
  newBuilder(ComputeScheduling prototype) 
  
    
public   static   ComputeScheduling . Builder   newBuilder ( ComputeScheduling   prototype )  
  
  
  
    
public   static   ComputeScheduling   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ComputeScheduling   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ComputeScheduling   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ComputeScheduling   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ComputeScheduling   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ComputeScheduling   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ComputeScheduling   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ComputeScheduling   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ComputeScheduling   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ComputeScheduling   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ComputeScheduling   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ComputeScheduling   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ComputeScheduling>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ComputeScheduling   getDefaultInstanceForType ()  
  
  getMinNodeCpus() 
  
    
public   int   getMinNodeCpus ()  
   The minimum number of virtual CPUs this instance will consume when
 running on a sole-tenant node. Ignored if no node_affinites are
 configured.
 int32 min_node_cpus = 4;
    
      
        Returns  
      
        Type Description  
      
        int The minNodeCpus.
 
     
  
  getNodeAffinities(int index) 
  
    
public   SchedulingNodeAffinity   getNodeAffinities ( int   index )  
   A set of node affinity and anti-affinity configurations for sole tenant
 nodes.
 repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getNodeAffinitiesCount() 
  
    
public   int   getNodeAffinitiesCount ()  
   A set of node affinity and anti-affinity configurations for sole tenant
 nodes.
 repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getNodeAffinitiesList() 
  
    
public   List<SchedulingNodeAffinity>   getNodeAffinitiesList ()  
   A set of node affinity and anti-affinity configurations for sole tenant
 nodes.
 repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
getNodeAffinitiesOrBuilder(int index) 
  
    
public   SchedulingNodeAffinityOrBuilder   getNodeAffinitiesOrBuilder ( int   index )  
   A set of node affinity and anti-affinity configurations for sole tenant
 nodes.
 repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getNodeAffinitiesOrBuilderList() 
  
    
public   List <?   extends   SchedulingNodeAffinityOrBuilder >  getNodeAffinitiesOrBuilderList ()  
   A set of node affinity and anti-affinity configurations for sole tenant
 nodes.
 repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.vmmigration.v1.SchedulingNodeAffinityOrBuilder > 
     
  
  getOnHostMaintenance() 
  
    
public   ComputeScheduling . OnHostMaintenance   getOnHostMaintenance ()  
   How the instance should behave when the host machine undergoes
 maintenance that may temporarily impact instance performance.
 .google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance on_host_maintenance = 1;
 
getOnHostMaintenanceValue() 
  
    
public   int   getOnHostMaintenanceValue ()  
   How the instance should behave when the host machine undergoes
 maintenance that may temporarily impact instance performance.
 .google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance on_host_maintenance = 1;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for onHostMaintenance.
 
     
  
  getParserForType() 
  
    
public   Parser<ComputeScheduling>   getParserForType ()  
  
  Overrides 
  
  getRestartType() 
  
    
public   ComputeScheduling . RestartType   getRestartType ()  
   Whether the Instance should be automatically restarted whenever it is
 terminated by Compute Engine (not terminated by user).
 This configuration is identical to automaticRestart field in Compute
 Engine create instance under scheduling.
 It was changed to an enum (instead of a boolean) to match the default
 value in Compute Engine which is automatic restart.
 .google.cloud.vmmigration.v1.ComputeScheduling.RestartType restart_type = 5;
getRestartTypeValue() 
  
    
public   int   getRestartTypeValue ()  
   Whether the Instance should be automatically restarted whenever it is
 terminated by Compute Engine (not terminated by user).
 This configuration is identical to automaticRestart field in Compute
 Engine create instance under scheduling.
 It was changed to an enum (instead of a boolean) to match the default
 value in Compute Engine which is automatic restart.
 .google.cloud.vmmigration.v1.ComputeScheduling.RestartType restart_type = 5;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for restartType.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ComputeScheduling . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ComputeScheduling . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ComputeScheduling . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  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."],[],[]]