public final class InstanceManagedByIgmError extends com.google.protobuf.GeneratedMessageV3 implements InstanceManagedByIgmErrorOrBuilder
Protobuf type
google.cloud.compute.v1.InstanceManagedByIgmError| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceManagedByIgmError.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 |
ERROR_FIELD_NUMBER |
static int |
INSTANCE_ACTION_DETAILS_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static InstanceManagedByIgmError |
getDefaultInstance() |
InstanceManagedByIgmError |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
InstanceManagedByIgmErrorManagedInstanceError |
getError()
[Output Only] Contents of the error.
|
InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder |
getErrorOrBuilder()
[Output Only] Contents of the error.
|
InstanceManagedByIgmErrorInstanceActionDetails |
getInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error.
|
InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder |
getInstanceActionDetailsOrBuilder()
[Output Only] Details of the instance action that triggered this error.
|
com.google.protobuf.Parser<InstanceManagedByIgmError> |
getParserForType() |
int |
getSerializedSize() |
String |
getTimestamp()
[Output Only] The time that this error occurred.
|
com.google.protobuf.ByteString |
getTimestampBytes()
[Output Only] The time that this error occurred.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasError()
[Output Only] Contents of the error.
|
int |
hashCode() |
boolean |
hasInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error.
|
boolean |
hasTimestamp()
[Output Only] The time that this error occurred.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static InstanceManagedByIgmError.Builder |
newBuilder() |
static InstanceManagedByIgmError.Builder |
newBuilder(InstanceManagedByIgmError prototype) |
InstanceManagedByIgmError.Builder |
newBuilderForType() |
protected InstanceManagedByIgmError.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static InstanceManagedByIgmError |
parseDelimitedFrom(InputStream input) |
static InstanceManagedByIgmError |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceManagedByIgmError |
parseFrom(byte[] data) |
static InstanceManagedByIgmError |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceManagedByIgmError |
parseFrom(ByteBuffer data) |
static InstanceManagedByIgmError |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceManagedByIgmError |
parseFrom(com.google.protobuf.ByteString data) |
static InstanceManagedByIgmError |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceManagedByIgmError |
parseFrom(com.google.protobuf.CodedInputStream input) |
static InstanceManagedByIgmError |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceManagedByIgmError |
parseFrom(InputStream input) |
static InstanceManagedByIgmError |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<InstanceManagedByIgmError> |
parser() |
InstanceManagedByIgmError.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 ERROR_FIELD_NUMBER
public static final int INSTANCE_ACTION_DETAILS_FIELD_NUMBER
public static final int TIMESTAMP_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 hasError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
hasError in interface InstanceManagedByIgmErrorOrBuilderpublic InstanceManagedByIgmErrorManagedInstanceError getError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
getError in interface InstanceManagedByIgmErrorOrBuilderpublic InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
getErrorOrBuilder in interface InstanceManagedByIgmErrorOrBuilderpublic boolean hasInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
hasInstanceActionDetails in interface InstanceManagedByIgmErrorOrBuilderpublic InstanceManagedByIgmErrorInstanceActionDetails getInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
getInstanceActionDetails in interface InstanceManagedByIgmErrorOrBuilderpublic InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder getInstanceActionDetailsOrBuilder()
[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
getInstanceActionDetailsOrBuilder in interface InstanceManagedByIgmErrorOrBuilderpublic boolean hasTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;hasTimestamp in interface InstanceManagedByIgmErrorOrBuilderpublic String getTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;getTimestamp in interface InstanceManagedByIgmErrorOrBuilderpublic com.google.protobuf.ByteString getTimestampBytes()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;getTimestampBytes in interface InstanceManagedByIgmErrorOrBuilderpublic 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 InstanceManagedByIgmError parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstanceManagedByIgmError parseFrom(InputStream input) throws IOException
IOExceptionpublic static InstanceManagedByIgmError parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InstanceManagedByIgmError parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static InstanceManagedByIgmError parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InstanceManagedByIgmError parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static InstanceManagedByIgmError parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic InstanceManagedByIgmError.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static InstanceManagedByIgmError.Builder newBuilder()
public static InstanceManagedByIgmError.Builder newBuilder(InstanceManagedByIgmError prototype)
public InstanceManagedByIgmError.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected InstanceManagedByIgmError.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static InstanceManagedByIgmError getDefaultInstance()
public static com.google.protobuf.Parser<InstanceManagedByIgmError> parser()
public com.google.protobuf.Parser<InstanceManagedByIgmError> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public InstanceManagedByIgmError getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.