Send feedback
Class AllocationPolicy.InstancePolicyOrTemplate (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
public static final class AllocationPolicy . InstancePolicyOrTemplate extends GeneratedMessageV3 implements AllocationPolicy . InstancePolicyOrTemplateOrBuilder
Either an InstancePolicy or an instance template.
Protobuf type google.cloud.batch.v1alpha.AllocationPolicy.InstancePolicyOrTemplate
Static Fields
INSTALL_GPU_DRIVERS_FIELD_NUMBER
public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER
Field Value
Type
Description
int
INSTANCE_TEMPLATE_FIELD_NUMBER
public static final int INSTANCE_TEMPLATE_FIELD_NUMBER
Field Value
Type
Description
int
POLICY_FIELD_NUMBER
public static final int POLICY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AllocationPolicy . InstancePolicyOrTemplate getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AllocationPolicy . InstancePolicyOrTemplate . Builder newBuilder ()
newBuilder(AllocationPolicy.InstancePolicyOrTemplate prototype)
public static AllocationPolicy . InstancePolicyOrTemplate . Builder newBuilder ( AllocationPolicy . InstancePolicyOrTemplate prototype )
public static AllocationPolicy . InstancePolicyOrTemplate parseDelimitedFrom ( InputStream input )
public static AllocationPolicy . InstancePolicyOrTemplate parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( CodedInputStream input )
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( InputStream input )
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllocationPolicy . InstancePolicyOrTemplate parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AllocationPolicy . InstancePolicyOrTemplate > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AllocationPolicy . InstancePolicyOrTemplate getDefaultInstanceForType ()
getInstallGpuDrivers()
public boolean getInstallGpuDrivers ()
Set this field true if users want Batch to help fetch drivers from a
third party location and install them for GPUs specified in
policy.accelerators or instance_template on their behalf. Default is
false.
bool install_gpu_drivers = 3;
Returns
Type
Description
boolean
The installGpuDrivers.
getInstanceTemplate()
public String getInstanceTemplate ()
Name of an instance template used to create VMs.
Named the field as 'instance_template' instead of 'template' to avoid
c++ keyword conflict.
string instance_template = 2;
Returns
Type
Description
String
The instanceTemplate.
getInstanceTemplateBytes()
public ByteString getInstanceTemplateBytes ()
Name of an instance template used to create VMs.
Named the field as 'instance_template' instead of 'template' to avoid
c++ keyword conflict.
string instance_template = 2;
Returns
Type
Description
ByteString
The bytes for instanceTemplate.
getParserForType()
public Parser<AllocationPolicy . InstancePolicyOrTemplate > getParserForType ()
Overrides
getPolicy()
public AllocationPolicy . InstancePolicy getPolicy ()
InstancePolicy.
.google.cloud.batch.v1alpha.AllocationPolicy.InstancePolicy policy = 1;
getPolicyOrBuilder()
public AllocationPolicy . InstancePolicyOrBuilder getPolicyOrBuilder ()
InstancePolicy.
.google.cloud.batch.v1alpha.AllocationPolicy.InstancePolicy policy = 1;
getPolicyTemplateCase()
public AllocationPolicy . InstancePolicyOrTemplate . PolicyTemplateCase getPolicyTemplateCase ()
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasInstanceTemplate()
public boolean hasInstanceTemplate ()
Name of an instance template used to create VMs.
Named the field as 'instance_template' instead of 'template' to avoid
c++ keyword conflict.
string instance_template = 2;
Returns
Type
Description
boolean
Whether the instanceTemplate field is set.
hasPolicy()
public boolean hasPolicy ()
InstancePolicy.
.google.cloud.batch.v1alpha.AllocationPolicy.InstancePolicy policy = 1;
Returns
Type
Description
boolean
Whether the policy field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AllocationPolicy . InstancePolicyOrTemplate . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AllocationPolicy . InstancePolicyOrTemplate . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AllocationPolicy . InstancePolicyOrTemplate . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-01-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-01-28 UTC."],[],[]]