public interface BulkInsertOperationStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
int |
getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
int |
getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
|
String |
getStatus()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
int |
getTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
|
boolean |
hasCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
boolean |
hasDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
boolean |
hasFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
|
boolean |
hasStatus()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
boolean |
hasTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;int getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;boolean hasDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;int getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;boolean hasFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
optional int32 failed_to_create_vm_count = 58384104;int getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
optional int32 failed_to_create_vm_count = 58384104;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;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;com.google.protobuf.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;boolean hasTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;int getTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;Copyright © 2025 Google LLC. All rights reserved.