Package com.google.cloud.tpu.v2alpha1
Interface QueuedResourceStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueuedResourceState
,QueuedResourceState.Builder
public interface QueuedResourceStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
State of the QueuedResource request.
.google.cloud.tpu.v2alpha1.QueuedResourceState.State state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
QueuedResourceState.State getState()
State of the QueuedResource request.
.google.cloud.tpu.v2alpha1.QueuedResourceState.State state = 1;
- Returns:
- The state.
-
hasCreatingData
boolean hasCreatingData()
Further data for the creating state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.CreatingData creating_data = 2;
- Returns:
- Whether the creatingData field is set.
-
getCreatingData
QueuedResourceState.CreatingData getCreatingData()
Further data for the creating state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.CreatingData creating_data = 2;
- Returns:
- The creatingData.
-
getCreatingDataOrBuilder
QueuedResourceState.CreatingDataOrBuilder getCreatingDataOrBuilder()
Further data for the creating state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.CreatingData creating_data = 2;
-
hasAcceptedData
boolean hasAcceptedData()
Further data for the accepted state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.AcceptedData accepted_data = 3;
- Returns:
- Whether the acceptedData field is set.
-
getAcceptedData
QueuedResourceState.AcceptedData getAcceptedData()
Further data for the accepted state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.AcceptedData accepted_data = 3;
- Returns:
- The acceptedData.
-
getAcceptedDataOrBuilder
QueuedResourceState.AcceptedDataOrBuilder getAcceptedDataOrBuilder()
Further data for the accepted state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.AcceptedData accepted_data = 3;
-
hasProvisioningData
boolean hasProvisioningData()
Further data for the provisioning state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ProvisioningData provisioning_data = 4;
- Returns:
- Whether the provisioningData field is set.
-
getProvisioningData
QueuedResourceState.ProvisioningData getProvisioningData()
Further data for the provisioning state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ProvisioningData provisioning_data = 4;
- Returns:
- The provisioningData.
-
getProvisioningDataOrBuilder
QueuedResourceState.ProvisioningDataOrBuilder getProvisioningDataOrBuilder()
Further data for the provisioning state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ProvisioningData provisioning_data = 4;
-
hasFailedData
boolean hasFailedData()
Further data for the failed state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.FailedData failed_data = 5;
- Returns:
- Whether the failedData field is set.
-
getFailedData
QueuedResourceState.FailedData getFailedData()
Further data for the failed state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.FailedData failed_data = 5;
- Returns:
- The failedData.
-
getFailedDataOrBuilder
QueuedResourceState.FailedDataOrBuilder getFailedDataOrBuilder()
Further data for the failed state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.FailedData failed_data = 5;
-
hasDeletingData
boolean hasDeletingData()
Further data for the deleting state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.DeletingData deleting_data = 6;
- Returns:
- Whether the deletingData field is set.
-
getDeletingData
QueuedResourceState.DeletingData getDeletingData()
Further data for the deleting state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.DeletingData deleting_data = 6;
- Returns:
- The deletingData.
-
getDeletingDataOrBuilder
QueuedResourceState.DeletingDataOrBuilder getDeletingDataOrBuilder()
Further data for the deleting state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.DeletingData deleting_data = 6;
-
hasActiveData
boolean hasActiveData()
Further data for the active state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ActiveData active_data = 7;
- Returns:
- Whether the activeData field is set.
-
getActiveData
QueuedResourceState.ActiveData getActiveData()
Further data for the active state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ActiveData active_data = 7;
- Returns:
- The activeData.
-
getActiveDataOrBuilder
QueuedResourceState.ActiveDataOrBuilder getActiveDataOrBuilder()
Further data for the active state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.ActiveData active_data = 7;
-
hasSuspendingData
boolean hasSuspendingData()
Further data for the suspending state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendingData suspending_data = 8;
- Returns:
- Whether the suspendingData field is set.
-
getSuspendingData
QueuedResourceState.SuspendingData getSuspendingData()
Further data for the suspending state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendingData suspending_data = 8;
- Returns:
- The suspendingData.
-
getSuspendingDataOrBuilder
QueuedResourceState.SuspendingDataOrBuilder getSuspendingDataOrBuilder()
Further data for the suspending state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendingData suspending_data = 8;
-
hasSuspendedData
boolean hasSuspendedData()
Further data for the suspended state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendedData suspended_data = 9;
- Returns:
- Whether the suspendedData field is set.
-
getSuspendedData
QueuedResourceState.SuspendedData getSuspendedData()
Further data for the suspended state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendedData suspended_data = 9;
- Returns:
- The suspendedData.
-
getSuspendedDataOrBuilder
QueuedResourceState.SuspendedDataOrBuilder getSuspendedDataOrBuilder()
Further data for the suspended state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.SuspendedData suspended_data = 9;
-
getStateInitiatorValue
int getStateInitiatorValue()
Output only. The initiator of the QueuedResources's current state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.StateInitiator state_initiator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for stateInitiator.
-
getStateInitiator
QueuedResourceState.StateInitiator getStateInitiator()
Output only. The initiator of the QueuedResources's current state.
.google.cloud.tpu.v2alpha1.QueuedResourceState.StateInitiator state_initiator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The stateInitiator.
-
getStateDataCase
QueuedResourceState.StateDataCase getStateDataCase()
-
-