Package com.google.cloud.shell.v1
Interface CloudShellErrorDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudShellErrorDetails,CloudShellErrorDetails.Builder
public interface CloudShellErrorDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudShellErrorDetails.CloudShellErrorCodegetCode()Code indicating the specific error the occurred.intgetCodeValue()Code indicating the specific error the occurred.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCodeValue
int getCodeValue()
Code indicating the specific error the occurred.
.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;- Returns:
- The enum numeric value on the wire for code.
-
getCode
CloudShellErrorDetails.CloudShellErrorCode getCode()
Code indicating the specific error the occurred.
.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;- Returns:
- The code.
-
-