Package com.google.cloud.tpu.v2alpha1
Interface QueuedResourceState.FailedDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueuedResourceState.FailedData
,QueuedResourceState.FailedData.Builder
- Enclosing class:
- QueuedResourceState
public static interface QueuedResourceState.FailedDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getError()
The error that caused the queued resource to enter the FAILED state.com.google.rpc.StatusOrBuilder
getErrorOrBuilder()
The error that caused the queued resource to enter the FAILED state.boolean
hasError()
The error that caused the queued resource to enter the FAILED state.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasError
boolean hasError()
The error that caused the queued resource to enter the FAILED state.
.google.rpc.Status error = 1;
- Returns:
- Whether the error field is set.
-
getError
com.google.rpc.Status getError()
The error that caused the queued resource to enter the FAILED state.
.google.rpc.Status error = 1;
- Returns:
- The error.
-
getErrorOrBuilder
com.google.rpc.StatusOrBuilder getErrorOrBuilder()
The error that caused the queued resource to enter the FAILED state.
.google.rpc.Status error = 1;
-
-