public final class ManagedInstanceLastAttempt extends com.google.protobuf.GeneratedMessageV3 implements ManagedInstanceLastAttemptOrBuilder
Protobuf type
google.cloud.compute.v1.ManagedInstanceLastAttempt| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedInstanceLastAttempt.Builder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ERRORS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ManagedInstanceLastAttempt |
getDefaultInstance() |
ManagedInstanceLastAttempt |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Errors |
getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
ErrorsOrBuilder |
getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
com.google.protobuf.Parser<ManagedInstanceLastAttempt> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ManagedInstanceLastAttempt.Builder |
newBuilder() |
static ManagedInstanceLastAttempt.Builder |
newBuilder(ManagedInstanceLastAttempt prototype) |
ManagedInstanceLastAttempt.Builder |
newBuilderForType() |
protected ManagedInstanceLastAttempt.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ManagedInstanceLastAttempt |
parseDelimitedFrom(InputStream input) |
static ManagedInstanceLastAttempt |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ManagedInstanceLastAttempt |
parseFrom(byte[] data) |
static ManagedInstanceLastAttempt |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ManagedInstanceLastAttempt |
parseFrom(ByteBuffer data) |
static ManagedInstanceLastAttempt |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ManagedInstanceLastAttempt |
parseFrom(com.google.protobuf.ByteString data) |
static ManagedInstanceLastAttempt |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ManagedInstanceLastAttempt |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ManagedInstanceLastAttempt |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ManagedInstanceLastAttempt |
parseFrom(InputStream input) |
static ManagedInstanceLastAttempt |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ManagedInstanceLastAttempt> |
parser() |
ManagedInstanceLastAttempt.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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 ERRORS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields 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 hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;hasErrors in interface ManagedInstanceLastAttemptOrBuilderpublic Errors getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;getErrors in interface ManagedInstanceLastAttemptOrBuilderpublic ErrorsOrBuilder getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;getErrorsOrBuilder in interface ManagedInstanceLastAttemptOrBuilderpublic 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 ManagedInstanceLastAttempt parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ManagedInstanceLastAttempt parseFrom(InputStream input) throws IOException
IOExceptionpublic static ManagedInstanceLastAttempt parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ManagedInstanceLastAttempt parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ManagedInstanceLastAttempt parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ManagedInstanceLastAttempt parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ManagedInstanceLastAttempt parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ManagedInstanceLastAttempt.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ManagedInstanceLastAttempt.Builder newBuilder()
public static ManagedInstanceLastAttempt.Builder newBuilder(ManagedInstanceLastAttempt prototype)
public ManagedInstanceLastAttempt.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ManagedInstanceLastAttempt.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ManagedInstanceLastAttempt getDefaultInstance()
public static com.google.protobuf.Parser<ManagedInstanceLastAttempt> parser()
public com.google.protobuf.Parser<ManagedInstanceLastAttempt> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ManagedInstanceLastAttempt getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.