- 1.86.0 (latest)
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class BulkInsertOperationStatus.Builder extends GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder> implements BulkInsertOperationStatusOrBuilder Protobuf type google.cloud.compute.v1.BulkInsertOperationStatus
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BulkInsertOperationStatus.BuilderImplements
BulkInsertOperationStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BulkInsertOperationStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
build()
public BulkInsertOperationStatus build()| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus | |
buildPartial()
public BulkInsertOperationStatus buildPartial()| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus | |
clear()
public BulkInsertOperationStatus.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
clearCreatedVmCount()
public BulkInsertOperationStatus.Builder clearCreatedVmCount()[Output Only] Count of VMs successfully created so far.
 optional int32 created_vm_count = 396924158;
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
clearDeletedVmCount()
public BulkInsertOperationStatus.Builder clearDeletedVmCount()[Output Only] Count of VMs that got deleted during rollback.
 optional int32 deleted_vm_count = 271756013;
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
clearFailedToCreateVmCount()
public BulkInsertOperationStatus.Builder clearFailedToCreateVmCount()[Output Only] Count of VMs that started creating but encountered an error.
 optional int32 failed_to_create_vm_count = 58384104;
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public BulkInsertOperationStatus.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public BulkInsertOperationStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
clearStatus()
public BulkInsertOperationStatus.Builder clearStatus()[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
clearTargetVmCount()
public BulkInsertOperationStatus.Builder clearTargetVmCount()[Output Only] Count of VMs originally planned to be created.
 optional int32 target_vm_count = 532975733;
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
clone()
public BulkInsertOperationStatus.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
getCreatedVmCount()
public int getCreatedVmCount()[Output Only] Count of VMs successfully created so far.
 optional int32 created_vm_count = 396924158;
| Returns | |
|---|---|
| Type | Description | 
| int | The createdVmCount. | 
getDefaultInstanceForType()
public BulkInsertOperationStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus | |
getDeletedVmCount()
public int getDeletedVmCount()[Output Only] Count of VMs that got deleted during rollback.
 optional int32 deleted_vm_count = 271756013;
| Returns | |
|---|---|
| Type | Description | 
| int | The deletedVmCount. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getFailedToCreateVmCount()
public int getFailedToCreateVmCount()[Output Only] Count of VMs that started creating but encountered an error.
 optional int32 failed_to_create_vm_count = 58384104;
| Returns | |
|---|---|
| Type | Description | 
| int | The failedToCreateVmCount. | 
getStatus()
public String getStatus()[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| String | The status. | 
getStatusBytes()
public ByteString getStatusBytes()[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for status. | 
getTargetVmCount()
public int getTargetVmCount()[Output Only] Count of VMs originally planned to be created.
 optional int32 target_vm_count = 532975733;
| Returns | |
|---|---|
| Type | Description | 
| int | The targetVmCount. | 
hasCreatedVmCount()
public boolean hasCreatedVmCount()[Output Only] Count of VMs successfully created so far.
 optional int32 created_vm_count = 396924158;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createdVmCount field is set. | 
hasDeletedVmCount()
public boolean hasDeletedVmCount()[Output Only] Count of VMs that got deleted during rollback.
 optional int32 deleted_vm_count = 271756013;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the deletedVmCount field is set. | 
hasFailedToCreateVmCount()
public boolean hasFailedToCreateVmCount()[Output Only] Count of VMs that started creating but encountered an error.
 optional int32 failed_to_create_vm_count = 58384104;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the failedToCreateVmCount field is set. | 
hasStatus()
public boolean hasStatus()[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the status field is set. | 
hasTargetVmCount()
public boolean hasTargetVmCount()[Output Only] Count of VMs originally planned to be created.
 optional int32 target_vm_count = 532975733;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the targetVmCount field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(BulkInsertOperationStatus other)
public BulkInsertOperationStatus.Builder mergeFrom(BulkInsertOperationStatus other)| Parameter | |
|---|---|
| Name | Description | 
| other | BulkInsertOperationStatus | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BulkInsertOperationStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public BulkInsertOperationStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BulkInsertOperationStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
setCreatedVmCount(int value)
public BulkInsertOperationStatus.Builder setCreatedVmCount(int value)[Output Only] Count of VMs successfully created so far.
 optional int32 created_vm_count = 396924158;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe createdVmCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setDeletedVmCount(int value)
public BulkInsertOperationStatus.Builder setDeletedVmCount(int value)[Output Only] Count of VMs that got deleted during rollback.
 optional int32 deleted_vm_count = 271756013;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe deletedVmCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setFailedToCreateVmCount(int value)
public BulkInsertOperationStatus.Builder setFailedToCreateVmCount(int value)[Output Only] Count of VMs that started creating but encountered an error.
 optional int32 failed_to_create_vm_count = 58384104;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe failedToCreateVmCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public BulkInsertOperationStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BulkInsertOperationStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |
setStatus(String value)
public BulkInsertOperationStatus.Builder setStatus(String value)[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe status to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setStatusBytes(ByteString value)
public BulkInsertOperationStatus.Builder setStatusBytes(ByteString value)[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for status to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setTargetVmCount(int value)
public BulkInsertOperationStatus.Builder setTargetVmCount(int value)[Output Only] Count of VMs originally planned to be created.
 optional int32 target_vm_count = 532975733;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe targetVmCount to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final BulkInsertOperationStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BulkInsertOperationStatus.Builder | |