public final class BulkInsertOperationStatus extends com.google.protobuf.GeneratedMessageV3 implements BulkInsertOperationStatusOrBuilder
Protobuf type
google.cloud.compute.v1.BulkInsertOperationStatus| Modifier and Type | Class and Description |
|---|---|
static class |
BulkInsertOperationStatus.Builder
Protobuf type
google.cloud.compute.v1.BulkInsertOperationStatus |
static class |
BulkInsertOperationStatus.Status
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED_VM_COUNT_FIELD_NUMBER |
static int |
DELETED_VM_COUNT_FIELD_NUMBER |
static int |
FAILED_TO_CREATE_VM_COUNT_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TARGET_VM_COUNT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
static BulkInsertOperationStatus |
getDefaultInstance() |
BulkInsertOperationStatus |
getDefaultInstanceForType() |
int |
getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
|
com.google.protobuf.Parser<BulkInsertOperationStatus> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
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() |
static BulkInsertOperationStatus.Builder |
newBuilder() |
static BulkInsertOperationStatus.Builder |
newBuilder(BulkInsertOperationStatus prototype) |
BulkInsertOperationStatus.Builder |
newBuilderForType() |
protected BulkInsertOperationStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BulkInsertOperationStatus |
parseDelimitedFrom(InputStream input) |
static BulkInsertOperationStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BulkInsertOperationStatus |
parseFrom(byte[] data) |
static BulkInsertOperationStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BulkInsertOperationStatus |
parseFrom(ByteBuffer data) |
static BulkInsertOperationStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BulkInsertOperationStatus |
parseFrom(com.google.protobuf.ByteString data) |
static BulkInsertOperationStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BulkInsertOperationStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BulkInsertOperationStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BulkInsertOperationStatus |
parseFrom(InputStream input) |
static BulkInsertOperationStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BulkInsertOperationStatus> |
parser() |
BulkInsertOperationStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CREATED_VM_COUNT_FIELD_NUMBER
public static final int DELETED_VM_COUNT_FIELD_NUMBER
public static final int FAILED_TO_CREATE_VM_COUNT_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int TARGET_VM_COUNT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BulkInsertOperationStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BulkInsertOperationStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static BulkInsertOperationStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkInsertOperationStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BulkInsertOperationStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkInsertOperationStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BulkInsertOperationStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BulkInsertOperationStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BulkInsertOperationStatus.Builder newBuilder()
public static BulkInsertOperationStatus.Builder newBuilder(BulkInsertOperationStatus prototype)
public BulkInsertOperationStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BulkInsertOperationStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BulkInsertOperationStatus getDefaultInstance()
public static com.google.protobuf.Parser<BulkInsertOperationStatus> parser()
public com.google.protobuf.Parser<BulkInsertOperationStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BulkInsertOperationStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.