public interface BulkInsertOperationStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreatedVmCount()
public abstract int getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;
Returns | |
---|---|
Type | Description |
int |
The createdVmCount. |
getDeletedVmCount()
public abstract int getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;
Returns | |
---|---|
Type | Description |
int |
The deletedVmCount. |
getFailedToCreateVmCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |