public final class InstanceManagedByIgmError extends GeneratedMessageV3 implements InstanceManagedByIgmErrorOrBuilder
Protobuf type google.cloud.compute.v1.InstanceManagedByIgmError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
INSTANCE_ACTION_DETAILS_FIELD_NUMBER
public static final int INSTANCE_ACTION_DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static InstanceManagedByIgmError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InstanceManagedByIgmError.Builder newBuilder()
newBuilder(InstanceManagedByIgmError prototype)
public static InstanceManagedByIgmError.Builder newBuilder(InstanceManagedByIgmError prototype)
public static InstanceManagedByIgmError parseDelimitedFrom(InputStream input)
public static InstanceManagedByIgmError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InstanceManagedByIgmError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InstanceManagedByIgmError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InstanceManagedByIgmError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstanceManagedByIgmError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstanceManagedByIgmError parseFrom(CodedInputStream input)
public static InstanceManagedByIgmError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InstanceManagedByIgmError parseFrom(InputStream input)
public static InstanceManagedByIgmError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InstanceManagedByIgmError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InstanceManagedByIgmError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InstanceManagedByIgmError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public InstanceManagedByIgmError getDefaultInstanceForType()
getError()
public InstanceManagedByIgmErrorManagedInstanceError getError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
getErrorOrBuilder()
public InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
getInstanceActionDetails()
public 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;
getInstanceActionDetailsOrBuilder()
public 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;
getParserForType()
public Parser<InstanceManagedByIgmError> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTimestamp()
public String getTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
Returns |
---|
Type | Description |
String | The timestamp.
|
getTimestampBytes()
public ByteString getTimestampBytes()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
Returns |
---|
Type | Description |
ByteString | The bytes for timestamp.
|
hasError()
public boolean hasError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
Returns |
---|
Type | Description |
boolean | Whether the error field is set.
|
hasInstanceActionDetails()
public 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;
Returns |
---|
Type | Description |
boolean | Whether the instanceActionDetails field is set.
|
hasTimestamp()
public boolean hasTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
Returns |
---|
Type | Description |
boolean | Whether the timestamp field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InstanceManagedByIgmError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InstanceManagedByIgmError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public InstanceManagedByIgmError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides