Send feedback
Class AllocationPolicy.InstancePolicyOrTemplate (0.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.55.0 keyboard_arrow_down
public static final class AllocationPolicy . InstancePolicyOrTemplate extends GeneratedMessageV3 implements AllocationPolicy . InstancePolicyOrTemplateOrBuilder
InstancePolicyOrTemplate lets you define the type of resources to use for
this job either with an InstancePolicy or an instance template.
If undefined, Batch picks the type of VM to use and doesn't include
optional VM resources such as GPUs and extra disks.
Protobuf type google.cloud.batch.v1alpha.AllocationPolicy.InstancePolicyOrTemplate
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
BLOCK_PROJECT_SSH_KEYS_FIELD_NUMBER
public static final int BLOCK_PROJECT_SSH_KEYS_FIELD_NUMBER
Field Value
Type
Description
int
INSTALL_GPU_DRIVERS_FIELD_NUMBER
public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER
Field Value
Type
Description
int
INSTALL_OPS_AGENT_FIELD_NUMBER
public static final int INSTALL_OPS_AGENT_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
getBlockProjectSshKeys()
public boolean getBlockProjectSshKeys ()
Optional. Set this field to true
if you want Batch to block
project-level SSH keys from accessing this job's VMs. Alternatively, you
can configure the job to specify a VM instance template that blocks
project-level SSH keys. In either case, Batch blocks project-level SSH
keys while creating the VMs for this job.
Batch allows project-level SSH keys for a job's VMs only if all
the following are true:
This field is undefined or set to false
.
The job's VM instance template (if any) doesn't block project-level
SSH keys.
Notably, you can override this behavior by manually updating a VM to
block or allow project-level SSH keys. For more information about
blocking project-level SSH keys, see the Compute Engine documentation:
https://cloud.google.com/compute/docs/connect/restrict-ssh-keys#block-keys
bool block_project_ssh_keys = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The blockProjectSshKeys.
getDefaultInstanceForType()
public AllocationPolicy . InstancePolicyOrTemplate getDefaultInstanceForType ()
getInstallGpuDrivers()
public boolean getInstallGpuDrivers ()
Returns
Type
Description
boolean
The installGpuDrivers.
getInstallOpsAgent()
public boolean getInstallOpsAgent ()
Optional. Set this field true if you want Batch to install Ops Agent on
your behalf. Default is false.
bool install_ops_agent = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The installOpsAgent.
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.
Batch only supports global instance templates from the same project as
the job.
You can specify the global instance template as a full or partial URL.
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.
Batch only supports global instance templates from the same project as
the job.
You can specify the global instance template as a full or partial URL.
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
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.
Batch only supports global instance templates from the same project as
the job.
You can specify the global instance template as a full or partial URL.
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."],[],[]]