public static final class BulkInsertOperationStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder> implements BulkInsertOperationStatusOrBuilder
Protobuf type
google.cloud.compute.v1.BulkInsertOperationStatus| Modifier and Type | Method and Description |
|---|---|
BulkInsertOperationStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BulkInsertOperationStatus |
build() |
BulkInsertOperationStatus |
buildPartial() |
BulkInsertOperationStatus.Builder |
clear() |
BulkInsertOperationStatus.Builder |
clearCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
BulkInsertOperationStatus.Builder |
clearDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
BulkInsertOperationStatus.Builder |
clearFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
|
BulkInsertOperationStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BulkInsertOperationStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BulkInsertOperationStatus.Builder |
clearStatus()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
BulkInsertOperationStatus.Builder |
clearTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
|
BulkInsertOperationStatus.Builder |
clone() |
int |
getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
BulkInsertOperationStatus |
getDefaultInstanceForType() |
int |
getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BulkInsertOperationStatus.Builder |
mergeFrom(BulkInsertOperationStatus other) |
BulkInsertOperationStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BulkInsertOperationStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
BulkInsertOperationStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BulkInsertOperationStatus.Builder |
setCreatedVmCount(int value)
[Output Only] Count of VMs successfully created so far.
|
BulkInsertOperationStatus.Builder |
setDeletedVmCount(int value)
[Output Only] Count of VMs that got deleted during rollback.
|
BulkInsertOperationStatus.Builder |
setFailedToCreateVmCount(int value)
[Output Only] Count of VMs that started creating but encountered an error.
|
BulkInsertOperationStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BulkInsertOperationStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BulkInsertOperationStatus.Builder |
setStatus(String value)
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
BulkInsertOperationStatus.Builder |
setStatusBytes(com.google.protobuf.ByteString value)
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
BulkInsertOperationStatus.Builder |
setTargetVmCount(int value)
[Output Only] Count of VMs originally planned to be created.
|
BulkInsertOperationStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BulkInsertOperationStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BulkInsertOperationStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BulkInsertOperationStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder mergeFrom(BulkInsertOperationStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public BulkInsertOperationStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BulkInsertOperationStatus.Builder>IOExceptionpublic boolean hasCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;hasCreatedVmCount in interface BulkInsertOperationStatusOrBuilderpublic int getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;getCreatedVmCount in interface BulkInsertOperationStatusOrBuilderpublic BulkInsertOperationStatus.Builder setCreatedVmCount(int value)
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;value - The createdVmCount to set.public BulkInsertOperationStatus.Builder clearCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
optional int32 created_vm_count = 396924158;public boolean hasDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;hasDeletedVmCount in interface BulkInsertOperationStatusOrBuilderpublic int getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;getDeletedVmCount in interface BulkInsertOperationStatusOrBuilderpublic BulkInsertOperationStatus.Builder setDeletedVmCount(int value)
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;value - The deletedVmCount to set.public BulkInsertOperationStatus.Builder clearDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
optional int32 deleted_vm_count = 271756013;public boolean hasFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
optional int32 failed_to_create_vm_count = 58384104;hasFailedToCreateVmCount in interface BulkInsertOperationStatusOrBuilderpublic int getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
optional int32 failed_to_create_vm_count = 58384104;getFailedToCreateVmCount in interface BulkInsertOperationStatusOrBuilderpublic 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;value - The failedToCreateVmCount to set.public BulkInsertOperationStatus.Builder clearFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
optional int32 failed_to_create_vm_count = 58384104;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;hasStatus in interface BulkInsertOperationStatusOrBuilderpublic 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;getStatus in interface BulkInsertOperationStatusOrBuilderpublic 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;getStatusBytes in interface BulkInsertOperationStatusOrBuilderpublic 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;value - The status to set.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;public BulkInsertOperationStatus.Builder setStatusBytes(com.google.protobuf.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;value - The bytes for status to set.public boolean hasTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;hasTargetVmCount in interface BulkInsertOperationStatusOrBuilderpublic int getTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;getTargetVmCount in interface BulkInsertOperationStatusOrBuilderpublic BulkInsertOperationStatus.Builder setTargetVmCount(int value)
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;value - The targetVmCount to set.public BulkInsertOperationStatus.Builder clearTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
optional int32 target_vm_count = 532975733;public final BulkInsertOperationStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>public final BulkInsertOperationStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BulkInsertOperationStatus.Builder>Copyright © 2025 Google LLC. All rights reserved.