Package com.google.cloud.compute.v1
Class Scheduling
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.Scheduling
-
- All Implemented Interfaces:
SchedulingOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Scheduling extends com.google.protobuf.GeneratedMessageV3 implements SchedulingOrBuilder
Sets the scheduling options for an Instance.
Protobuf typegoogle.cloud.compute.v1.Scheduling- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduling.BuilderSets the scheduling options for an Instance.static classScheduling.InstanceTerminationActionSpecifies the termination action for the instance.static classScheduling.OnHostMaintenanceDefines the maintenance behavior for this instance.static classScheduling.ProvisioningModelSpecifies the provisioning model of the instance.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAUTOMATIC_RESTART_FIELD_NUMBERstatic intINSTANCE_TERMINATION_ACTION_FIELD_NUMBERstatic intLOCAL_SSD_RECOVERY_TIMEOUT_FIELD_NUMBERstatic intLOCATION_HINT_FIELD_NUMBERstatic intMIN_NODE_CPUS_FIELD_NUMBERstatic intNODE_AFFINITIES_FIELD_NUMBERstatic intON_HOST_MAINTENANCE_FIELD_NUMBERstatic intPREEMPTIBLE_FIELD_NUMBERstatic intPROVISIONING_MODEL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetAutomaticRestart()Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user).static SchedulinggetDefaultInstance()SchedulinggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetInstanceTerminationAction()Specifies the termination action for the instance.com.google.protobuf.ByteStringgetInstanceTerminationActionBytes()Specifies the termination action for the instance.DurationgetLocalSsdRecoveryTimeout()Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted.DurationOrBuildergetLocalSsdRecoveryTimeoutOrBuilder()Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted.StringgetLocationHint()An opaque location hint used to place the instance close to other resources.com.google.protobuf.ByteStringgetLocationHintBytes()An opaque location hint used to place the instance close to other resources.intgetMinNodeCpus()The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.SchedulingNodeAffinitygetNodeAffinities(int index)A set of node affinity and anti-affinity configurations.intgetNodeAffinitiesCount()A set of node affinity and anti-affinity configurations.List<SchedulingNodeAffinity>getNodeAffinitiesList()A set of node affinity and anti-affinity configurations.SchedulingNodeAffinityOrBuildergetNodeAffinitiesOrBuilder(int index)A set of node affinity and anti-affinity configurations.List<? extends SchedulingNodeAffinityOrBuilder>getNodeAffinitiesOrBuilderList()A set of node affinity and anti-affinity configurations.StringgetOnHostMaintenance()Defines the maintenance behavior for this instance.com.google.protobuf.ByteStringgetOnHostMaintenanceBytes()Defines the maintenance behavior for this instance.com.google.protobuf.Parser<Scheduling>getParserForType()booleangetPreemptible()Defines whether the instance is preemptible.StringgetProvisioningModel()Specifies the provisioning model of the instance.com.google.protobuf.ByteStringgetProvisioningModelBytes()Specifies the provisioning model of the instance.intgetSerializedSize()booleanhasAutomaticRestart()Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user).inthashCode()booleanhasInstanceTerminationAction()Specifies the termination action for the instance.booleanhasLocalSsdRecoveryTimeout()Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted.booleanhasLocationHint()An opaque location hint used to place the instance close to other resources.booleanhasMinNodeCpus()The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.booleanhasOnHostMaintenance()Defines the maintenance behavior for this instance.booleanhasPreemptible()Defines whether the instance is preemptible.booleanhasProvisioningModel()Specifies the provisioning model of the instance.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Scheduling.BuildernewBuilder()static Scheduling.BuildernewBuilder(Scheduling prototype)Scheduling.BuildernewBuilderForType()protected Scheduling.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SchedulingparseDelimitedFrom(InputStream input)static SchedulingparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingparseFrom(byte[] data)static SchedulingparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingparseFrom(com.google.protobuf.ByteString data)static SchedulingparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingparseFrom(com.google.protobuf.CodedInputStream input)static SchedulingparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingparseFrom(InputStream input)static SchedulingparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingparseFrom(ByteBuffer data)static SchedulingparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Scheduling>parser()Scheduling.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
AUTOMATIC_RESTART_FIELD_NUMBER
public static final int AUTOMATIC_RESTART_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_TERMINATION_ACTION_FIELD_NUMBER
public static final int INSTANCE_TERMINATION_ACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCAL_SSD_RECOVERY_TIMEOUT_FIELD_NUMBER
public static final int LOCAL_SSD_RECOVERY_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_HINT_FIELD_NUMBER
public static final int LOCATION_HINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MIN_NODE_CPUS_FIELD_NUMBER
public static final int MIN_NODE_CPUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NODE_AFFINITIES_FIELD_NUMBER
public static final int NODE_AFFINITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ON_HOST_MAINTENANCE_FIELD_NUMBER
public static final int ON_HOST_MAINTENANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PREEMPTIBLE_FIELD_NUMBER
public static final int PREEMPTIBLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROVISIONING_MODEL_FIELD_NUMBER
public static final int PROVISIONING_MODEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasAutomaticRestart
public boolean hasAutomaticRestart()
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;- Specified by:
hasAutomaticRestartin interfaceSchedulingOrBuilder- Returns:
- Whether the automaticRestart field is set.
-
getAutomaticRestart
public boolean getAutomaticRestart()
Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
optional bool automatic_restart = 350821371;- Specified by:
getAutomaticRestartin interfaceSchedulingOrBuilder- Returns:
- The automaticRestart.
-
hasInstanceTerminationAction
public boolean hasInstanceTerminationAction()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;- Specified by:
hasInstanceTerminationActionin interfaceSchedulingOrBuilder- Returns:
- Whether the instanceTerminationAction field is set.
-
getInstanceTerminationAction
public String getInstanceTerminationAction()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;- Specified by:
getInstanceTerminationActionin interfaceSchedulingOrBuilder- Returns:
- The instanceTerminationAction.
-
getInstanceTerminationActionBytes
public com.google.protobuf.ByteString getInstanceTerminationActionBytes()
Specifies the termination action for the instance. Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;- Specified by:
getInstanceTerminationActionBytesin interfaceSchedulingOrBuilder- Returns:
- The bytes for instanceTerminationAction.
-
hasLocalSsdRecoveryTimeout
public boolean hasLocalSsdRecoveryTimeout()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;- Specified by:
hasLocalSsdRecoveryTimeoutin interfaceSchedulingOrBuilder- Returns:
- Whether the localSsdRecoveryTimeout field is set.
-
getLocalSsdRecoveryTimeout
public Duration getLocalSsdRecoveryTimeout()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;- Specified by:
getLocalSsdRecoveryTimeoutin interfaceSchedulingOrBuilder- Returns:
- The localSsdRecoveryTimeout.
-
getLocalSsdRecoveryTimeoutOrBuilder
public DurationOrBuilder getLocalSsdRecoveryTimeoutOrBuilder()
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
optional .google.cloud.compute.v1.Duration local_ssd_recovery_timeout = 268015590;- Specified by:
getLocalSsdRecoveryTimeoutOrBuilderin interfaceSchedulingOrBuilder
-
hasLocationHint
public boolean hasLocationHint()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Specified by:
hasLocationHintin interfaceSchedulingOrBuilder- Returns:
- Whether the locationHint field is set.
-
getLocationHint
public String getLocationHint()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Specified by:
getLocationHintin interfaceSchedulingOrBuilder- Returns:
- The locationHint.
-
getLocationHintBytes
public com.google.protobuf.ByteString getLocationHintBytes()
An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Specified by:
getLocationHintBytesin interfaceSchedulingOrBuilder- Returns:
- The bytes for locationHint.
-
hasMinNodeCpus
public boolean hasMinNodeCpus()
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;- Specified by:
hasMinNodeCpusin interfaceSchedulingOrBuilder- Returns:
- Whether the minNodeCpus field is set.
-
getMinNodeCpus
public int getMinNodeCpus()
The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
optional int32 min_node_cpus = 317231675;- Specified by:
getMinNodeCpusin interfaceSchedulingOrBuilder- Returns:
- The minNodeCpus.
-
getNodeAffinitiesList
public List<SchedulingNodeAffinity> getNodeAffinitiesList()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;- Specified by:
getNodeAffinitiesListin interfaceSchedulingOrBuilder
-
getNodeAffinitiesOrBuilderList
public List<? extends SchedulingNodeAffinityOrBuilder> getNodeAffinitiesOrBuilderList()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;- Specified by:
getNodeAffinitiesOrBuilderListin interfaceSchedulingOrBuilder
-
getNodeAffinitiesCount
public int getNodeAffinitiesCount()
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;- Specified by:
getNodeAffinitiesCountin interfaceSchedulingOrBuilder
-
getNodeAffinities
public SchedulingNodeAffinity getNodeAffinities(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;- Specified by:
getNodeAffinitiesin interfaceSchedulingOrBuilder
-
getNodeAffinitiesOrBuilder
public SchedulingNodeAffinityOrBuilder getNodeAffinitiesOrBuilder(int index)
A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
repeated .google.cloud.compute.v1.SchedulingNodeAffinity node_affinities = 461799971;- Specified by:
getNodeAffinitiesOrBuilderin interfaceSchedulingOrBuilder
-
hasOnHostMaintenance
public boolean hasOnHostMaintenance()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;- Specified by:
hasOnHostMaintenancein interfaceSchedulingOrBuilder- Returns:
- Whether the onHostMaintenance field is set.
-
getOnHostMaintenance
public String getOnHostMaintenance()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;- Specified by:
getOnHostMaintenancein interfaceSchedulingOrBuilder- Returns:
- The onHostMaintenance.
-
getOnHostMaintenanceBytes
public com.google.protobuf.ByteString getOnHostMaintenanceBytes()
Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy. Check the OnHostMaintenance enum for the list of possible values.
optional string on_host_maintenance = 64616796;- Specified by:
getOnHostMaintenanceBytesin interfaceSchedulingOrBuilder- Returns:
- The bytes for onHostMaintenance.
-
hasPreemptible
public boolean hasPreemptible()
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;- Specified by:
hasPreemptiblein interfaceSchedulingOrBuilder- Returns:
- Whether the preemptible field is set.
-
getPreemptible
public boolean getPreemptible()
Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.
optional bool preemptible = 324203169;- Specified by:
getPreemptiblein interfaceSchedulingOrBuilder- Returns:
- The preemptible.
-
hasProvisioningModel
public boolean hasProvisioningModel()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;- Specified by:
hasProvisioningModelin interfaceSchedulingOrBuilder- Returns:
- Whether the provisioningModel field is set.
-
getProvisioningModel
public String getProvisioningModel()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;- Specified by:
getProvisioningModelin interfaceSchedulingOrBuilder- Returns:
- The provisioningModel.
-
getProvisioningModelBytes
public com.google.protobuf.ByteString getProvisioningModelBytes()
Specifies the provisioning model of the instance. Check the ProvisioningModel enum for the list of possible values.
optional string provisioning_model = 494423;- Specified by:
getProvisioningModelBytesin interfaceSchedulingOrBuilder- Returns:
- The bytes for provisioningModel.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Scheduling parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Scheduling parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Scheduling parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Scheduling parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Scheduling parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Scheduling parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Scheduling parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Scheduling.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Scheduling.Builder newBuilder()
-
newBuilder
public static Scheduling.Builder newBuilder(Scheduling prototype)
-
toBuilder
public Scheduling.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Scheduling.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Scheduling getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Scheduling> parser()
-
getParserForType
public com.google.protobuf.Parser<Scheduling> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Scheduling getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-