Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class AllocationPolicy.InstancePolicyOrTemplate.Builder (0.23.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.23.0keyboard_arrow_down
public static final class AllocationPolicy . InstancePolicyOrTemplate . Builder extends GeneratedMessageV3 . Builder<AllocationPolicy . InstancePolicyOrTemplate . Builder > implements AllocationPolicy . InstancePolicyOrTemplateOrBuilder
Either an InstancePolicy or an instance template.
Protobuf type google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AllocationPolicy . InstancePolicyOrTemplate build ()
buildPartial()
public AllocationPolicy . InstancePolicyOrTemplate buildPartial ()
clear()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearInstallGpuDrivers()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearInstallGpuDrivers ()
clearInstanceTemplate()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearInstanceTemplate ()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPolicy()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearPolicy ()
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
clearPolicyTemplate()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clearPolicyTemplate ()
clone()
public AllocationPolicy . InstancePolicyOrTemplate . Builder clone ()
Overrides
getDefaultInstanceForType()
public AllocationPolicy . InstancePolicyOrTemplate getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getInstallGpuDrivers()
public boolean getInstallGpuDrivers ()
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.
getPolicy()
public AllocationPolicy . InstancePolicy getPolicy ()
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
getPolicyBuilder()
public AllocationPolicy . InstancePolicy . Builder getPolicyBuilder ()
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
getPolicyOrBuilder()
public AllocationPolicy . InstancePolicyOrBuilder getPolicyOrBuilder ()
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
getPolicyTemplateCase()
public AllocationPolicy . InstancePolicyOrTemplate . PolicyTemplateCase getPolicyTemplateCase ()
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.v1.AllocationPolicy.InstancePolicy policy = 1;
Returns
Type
Description
boolean
Whether the policy field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AllocationPolicy.InstancePolicyOrTemplate other)
public AllocationPolicy . InstancePolicyOrTemplate . Builder mergeFrom ( AllocationPolicy . InstancePolicyOrTemplate other )
public AllocationPolicy . InstancePolicyOrTemplate . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AllocationPolicy . InstancePolicyOrTemplate . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergePolicy(AllocationPolicy.InstancePolicy value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder mergePolicy ( AllocationPolicy . InstancePolicy value )
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . InstancePolicyOrTemplate . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setInstallGpuDrivers(boolean value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setInstallGpuDrivers ( boolean value )
Parameter
Name
Description
value
boolean
The installGpuDrivers to set.
setInstanceTemplate(String value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setInstanceTemplate ( String value )
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;
Parameter
Name
Description
value
String
The instanceTemplate to set.
setInstanceTemplateBytes(ByteString value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setInstanceTemplateBytes ( ByteString value )
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;
Parameter
Name
Description
value
ByteString
The bytes for instanceTemplate to set.
setPolicy(AllocationPolicy.InstancePolicy value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setPolicy ( AllocationPolicy . InstancePolicy value )
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
setPolicy(AllocationPolicy.InstancePolicy.Builder builderForValue)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setPolicy ( AllocationPolicy . InstancePolicy . Builder builderForValue )
InstancePolicy.
.google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AllocationPolicy . InstancePolicyOrTemplate . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . InstancePolicyOrTemplate . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-08-07 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-08-07 UTC."],[],[]]