public final class SchedulingConfig extends GeneratedMessageV3 implements SchedulingConfigOrBuilder
Sets the scheduling options for this node.
Protobuf type google.cloud.tpu.v2alpha1.SchedulingConfig
Static Fields
PREEMPTIBLE_FIELD_NUMBER
public static final int PREEMPTIBLE_FIELD_NUMBER
Field Value
RESERVED_FIELD_NUMBER
public static final int RESERVED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SchedulingConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SchedulingConfig.Builder newBuilder()
Returns
newBuilder(SchedulingConfig prototype)
public static SchedulingConfig.Builder newBuilder(SchedulingConfig prototype)
Parameter
Returns
public static SchedulingConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SchedulingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SchedulingConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SchedulingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SchedulingConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchedulingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SchedulingConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SchedulingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SchedulingConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SchedulingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SchedulingConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SchedulingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SchedulingConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SchedulingConfig getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SchedulingConfig> getParserForType()
Returns
Overrides
getPreemptible()
public boolean getPreemptible()
Defines whether the node is preemptible.
bool preemptible = 1;
Returns
Type | Description |
boolean | The preemptible.
|
getReserved()
public boolean getReserved()
Whether the node is created under a reservation.
bool reserved = 2;
Returns
Type | Description |
boolean | The reserved.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SchedulingConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SchedulingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SchedulingConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions