Package com.google.cloud.compute.v1
Interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceManagedByIgmErrorManagedInstanceError
,InstanceManagedByIgmErrorManagedInstanceError.Builder
public interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCode()
[Output Only] Error code.com.google.protobuf.ByteString
getCodeBytes()
[Output Only] Error code.String
getMessage()
[Output Only] Error message.com.google.protobuf.ByteString
getMessageBytes()
[Output Only] Error message.boolean
hasCode()
[Output Only] Error code.boolean
hasMessage()
[Output Only] Error message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCode
boolean hasCode()
[Output Only] Error code.
optional string code = 3059181;
- Returns:
- Whether the code field is set.
-
getCode
String getCode()
[Output Only] Error code.
optional string code = 3059181;
- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()
[Output Only] Error code.
optional string code = 3059181;
- Returns:
- The bytes for code.
-
hasMessage
boolean hasMessage()
[Output Only] Error message.
optional string message = 418054151;
- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
[Output Only] Error message.
optional string message = 418054151;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
[Output Only] Error message.
optional string message = 418054151;
- Returns:
- The bytes for message.
-
-