Class BulkInsertInstanceResource.Builder (1.6.0-beta)

public static final class BulkInsertInstanceResource.Builder extends GeneratedMessageV3.Builder<BulkInsertInstanceResource.Builder> implements BulkInsertInstanceResourceOrBuilder

A transient resource used in compute.instances.bulkInsert and compute.regionInstances.bulkInsert . This resource is not persisted anywhere, it is used only for processing the requests.

Protobuf type google.cloud.compute.v1.BulkInsertInstanceResource

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BulkInsertInstanceResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public BulkInsertInstanceResource build()
Returns

buildPartial()

public BulkInsertInstanceResource buildPartial()
Returns

clear()

public BulkInsertInstanceResource.Builder clear()
Returns Overrides

clearCount()

public BulkInsertInstanceResource.Builder clearCount()

The maximum number of instances to create.

optional int64 count = 94851343;

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BulkInsertInstanceResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearInstanceProperties()

public BulkInsertInstanceResource.Builder clearInstanceProperties()

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns

clearLocationPolicy()

public BulkInsertInstanceResource.Builder clearLocationPolicy()

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Returns

clearMinCount()

public BulkInsertInstanceResource.Builder clearMinCount()

The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.

optional int64 min_count = 523228386;

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

clearNamePattern()

public BulkInsertInstanceResource.Builder clearNamePattern()

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BulkInsertInstanceResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPerInstanceProperties()

public BulkInsertInstanceResource.Builder clearPerInstanceProperties()
Returns

clearSourceInstanceTemplate()

public BulkInsertInstanceResource.Builder clearSourceInstanceTemplate()

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

clone()

public BulkInsertInstanceResource.Builder clone()
Returns Overrides

containsPerInstanceProperties(String key)

public boolean containsPerInstanceProperties(String key)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getCount()

public long getCount()

The maximum number of instances to create.

optional int64 count = 94851343;

Returns
TypeDescription
long

The count.

getDefaultInstanceForType()

public BulkInsertInstanceResource getDefaultInstanceForType()
Returns

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInstanceProperties()

public InstanceProperties getInstanceProperties()

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns
TypeDescription
InstanceProperties

The instanceProperties.

getInstancePropertiesBuilder()

public InstanceProperties.Builder getInstancePropertiesBuilder()

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns

getInstancePropertiesOrBuilder()

public InstancePropertiesOrBuilder getInstancePropertiesOrBuilder()

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns

getLocationPolicy()

public LocationPolicy getLocationPolicy()

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Returns
TypeDescription
LocationPolicy

The locationPolicy.

getLocationPolicyBuilder()

public LocationPolicy.Builder getLocationPolicyBuilder()

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Returns
TypeDescription
LocationPolicy.Builder

getLocationPolicyOrBuilder()

public LocationPolicyOrBuilder getLocationPolicyOrBuilder()

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Returns

getMinCount()

public long getMinCount()

The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.

optional int64 min_count = 523228386;

Returns
TypeDescription
long

The minCount.

getMutablePerInstanceProperties()

public Map<String,BulkInsertInstanceResourcePerInstanceProperties> getMutablePerInstanceProperties()

Use alternate mutation accessors instead.

Returns

getNamePattern()

public String getNamePattern()

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Returns
TypeDescription
String

The namePattern.

getNamePatternBytes()

public ByteString getNamePatternBytes()

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Returns
TypeDescription
ByteString

The bytes for namePattern.

getPerInstanceProperties()

public Map<String,BulkInsertInstanceResourcePerInstanceProperties> getPerInstanceProperties()
Returns

getPerInstancePropertiesCount()

public int getPerInstancePropertiesCount()

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Returns
TypeDescription
int

getPerInstancePropertiesMap()

public Map<String,BulkInsertInstanceResourcePerInstanceProperties> getPerInstancePropertiesMap()

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Returns

getPerInstancePropertiesOrDefault(String key, BulkInsertInstanceResourcePerInstanceProperties defaultValue)

public BulkInsertInstanceResourcePerInstanceProperties getPerInstancePropertiesOrDefault(String key, BulkInsertInstanceResourcePerInstanceProperties defaultValue)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameters Returns

getPerInstancePropertiesOrThrow(String key)

public BulkInsertInstanceResourcePerInstanceProperties getPerInstancePropertiesOrThrow(String key)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameter
NameDescription
keyString
Returns

getSourceInstanceTemplate()

public String getSourceInstanceTemplate()

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Returns
TypeDescription
String

The sourceInstanceTemplate.

getSourceInstanceTemplateBytes()

public ByteString getSourceInstanceTemplateBytes()

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Returns
TypeDescription
ByteString

The bytes for sourceInstanceTemplate.

hasCount()

public boolean hasCount()

The maximum number of instances to create.

optional int64 count = 94851343;

Returns
TypeDescription
boolean

Whether the count field is set.

hasInstanceProperties()

public boolean hasInstanceProperties()

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Returns
TypeDescription
boolean

Whether the instanceProperties field is set.

hasLocationPolicy()

public boolean hasLocationPolicy()

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Returns
TypeDescription
boolean

Whether the locationPolicy field is set.

hasMinCount()

public boolean hasMinCount()

The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.

optional int64 min_count = 523228386;

Returns
TypeDescription
boolean

Whether the minCount field is set.

hasNamePattern()

public boolean hasNamePattern()

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Returns
TypeDescription
boolean

Whether the namePattern field is set.

hasSourceInstanceTemplate()

public boolean hasSourceInstanceTemplate()

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Returns
TypeDescription
boolean

Whether the sourceInstanceTemplate field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BulkInsertInstanceResource other)

public BulkInsertInstanceResource.Builder mergeFrom(BulkInsertInstanceResource other)
Parameter
NameDescription
otherBulkInsertInstanceResource
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BulkInsertInstanceResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BulkInsertInstanceResource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeInstanceProperties(InstanceProperties value)

public BulkInsertInstanceResource.Builder mergeInstanceProperties(InstanceProperties value)

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Parameter
NameDescription
valueInstanceProperties
Returns

mergeLocationPolicy(LocationPolicy value)

public BulkInsertInstanceResource.Builder mergeLocationPolicy(LocationPolicy value)

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Parameter
NameDescription
valueLocationPolicy
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BulkInsertInstanceResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

putAllPerInstanceProperties(Map<String,BulkInsertInstanceResourcePerInstanceProperties> values)

public BulkInsertInstanceResource.Builder putAllPerInstanceProperties(Map<String,BulkInsertInstanceResourcePerInstanceProperties> values)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameter Returns

putPerInstanceProperties(String key, BulkInsertInstanceResourcePerInstanceProperties value)

public BulkInsertInstanceResource.Builder putPerInstanceProperties(String key, BulkInsertInstanceResourcePerInstanceProperties value)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameters Returns

removePerInstanceProperties(String key)

public BulkInsertInstanceResource.Builder removePerInstanceProperties(String key)

Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.

map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;

Parameter
NameDescription
keyString
Returns

setCount(long value)

public BulkInsertInstanceResource.Builder setCount(long value)

The maximum number of instances to create.

optional int64 count = 94851343;

Parameter
NameDescription
valuelong

The count to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BulkInsertInstanceResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setInstanceProperties(InstanceProperties value)

public BulkInsertInstanceResource.Builder setInstanceProperties(InstanceProperties value)

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Parameter
NameDescription
valueInstanceProperties
Returns

setInstanceProperties(InstanceProperties.Builder builderForValue)

public BulkInsertInstanceResource.Builder setInstanceProperties(InstanceProperties.Builder builderForValue)

The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.

optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;

Parameter
NameDescription
builderForValueInstanceProperties.Builder
Returns

setLocationPolicy(LocationPolicy value)

public BulkInsertInstanceResource.Builder setLocationPolicy(LocationPolicy value)

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Parameter
NameDescription
valueLocationPolicy
Returns

setLocationPolicy(LocationPolicy.Builder builderForValue)

public BulkInsertInstanceResource.Builder setLocationPolicy(LocationPolicy.Builder builderForValue)

Policy for chosing target zone.

optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;

Parameter
NameDescription
builderForValueLocationPolicy.Builder
Returns

setMinCount(long value)

public BulkInsertInstanceResource.Builder setMinCount(long value)

The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.

optional int64 min_count = 523228386;

Parameter
NameDescription
valuelong

The minCount to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setNamePattern(String value)

public BulkInsertInstanceResource.Builder setNamePattern(String value)

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Parameter
NameDescription
valueString

The namePattern to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setNamePatternBytes(ByteString value)

public BulkInsertInstanceResource.Builder setNamePatternBytes(ByteString value)

The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.

optional string name_pattern = 413815260;

Parameter
NameDescription
valueByteString

The bytes for namePattern to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BulkInsertInstanceResource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setSourceInstanceTemplate(String value)

public BulkInsertInstanceResource.Builder setSourceInstanceTemplate(String value)

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Parameter
NameDescription
valueString

The sourceInstanceTemplate to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setSourceInstanceTemplateBytes(ByteString value)

public BulkInsertInstanceResource.Builder setSourceInstanceTemplateBytes(ByteString value)

Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.

optional string source_instance_template = 332423616;

Parameter
NameDescription
valueByteString

The bytes for sourceInstanceTemplate to set.

Returns
TypeDescription
BulkInsertInstanceResource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BulkInsertInstanceResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides