public final class BulkInsertInstanceResource extends GeneratedMessageV3 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
Static Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
Field Value
INSTANCE_PROPERTIES_FIELD_NUMBER
public static final int INSTANCE_PROPERTIES_FIELD_NUMBER
Field Value
LOCATION_POLICY_FIELD_NUMBER
public static final int LOCATION_POLICY_FIELD_NUMBER
Field Value
MIN_COUNT_FIELD_NUMBER
public static final int MIN_COUNT_FIELD_NUMBER
Field Value
NAME_PATTERN_FIELD_NUMBER
public static final int NAME_PATTERN_FIELD_NUMBER
Field Value
PER_INSTANCE_PROPERTIES_FIELD_NUMBER
public static final int PER_INSTANCE_PROPERTIES_FIELD_NUMBER
Field Value
SOURCE_INSTANCE_TEMPLATE_FIELD_NUMBER
public static final int SOURCE_INSTANCE_TEMPLATE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BulkInsertInstanceResource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BulkInsertInstanceResource.Builder newBuilder()
Returns
newBuilder(BulkInsertInstanceResource prototype)
public static BulkInsertInstanceResource.Builder newBuilder(BulkInsertInstanceResource prototype)
Parameter
Returns
public static BulkInsertInstanceResource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BulkInsertInstanceResource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BulkInsertInstanceResource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BulkInsertInstanceResource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BulkInsertInstanceResource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BulkInsertInstanceResource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BulkInsertInstanceResource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BulkInsertInstanceResource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BulkInsertInstanceResource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BulkInsertInstanceResource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BulkInsertInstanceResource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BulkInsertInstanceResource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BulkInsertInstanceResource> parser()
Returns
Methods
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
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCount()
The maximum number of instances to create.
optional int64 count = 94851343;
Returns
Type | Description |
long | The count.
|
getDefaultInstanceForType()
public BulkInsertInstanceResource getDefaultInstanceForType()
Returns
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
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. For more information, see Create VMs in bulk .
optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;
Returns
getLocationPolicyOrBuilder()
public LocationPolicyOrBuilder getLocationPolicyOrBuilder()
Policy for chosing target zone. For more information, see Create VMs in bulk .
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
Type | Description |
long | The minCount.
|
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
Type | Description |
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
Type | Description |
ByteString | The bytes for namePattern.
|
getParserForType()
public Parser<BulkInsertInstanceResource> getParserForType()
Returns
Overrides
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
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
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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
Type | Description |
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
Type | Description |
ByteString | The bytes for sourceInstanceTemplate.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasCount()
public boolean hasCount()
The maximum number of instances to create.
optional int64 count = 94851343;
Returns
Type | Description |
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
Type | Description |
boolean | Whether the instanceProperties field is set.
|
hasLocationPolicy()
public boolean hasLocationPolicy()
Policy for chosing target zone. For more information, see Create VMs in bulk .
optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;
Returns
Type | Description |
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
Type | Description |
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
Type | Description |
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
Type | Description |
boolean | Whether the sourceInstanceTemplate field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BulkInsertInstanceResource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BulkInsertInstanceResource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BulkInsertInstanceResource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions