public interface QueuedResourceStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceptedData()
public abstract QueuedResourceState.AcceptedData getAcceptedData()Output only. Further data for the accepted state.
.google.cloud.tpu.v2.QueuedResourceState.AcceptedData accepted_data = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.AcceptedData |
The acceptedData. |
getAcceptedDataOrBuilder()
public abstract QueuedResourceState.AcceptedDataOrBuilder getAcceptedDataOrBuilder()Output only. Further data for the accepted state.
.google.cloud.tpu.v2.QueuedResourceState.AcceptedData accepted_data = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.AcceptedDataOrBuilder |
|
getActiveData()
public abstract QueuedResourceState.ActiveData getActiveData()Output only. Further data for the active state.
.google.cloud.tpu.v2.QueuedResourceState.ActiveData active_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.ActiveData |
The activeData. |
getActiveDataOrBuilder()
public abstract QueuedResourceState.ActiveDataOrBuilder getActiveDataOrBuilder()Output only. Further data for the active state.
.google.cloud.tpu.v2.QueuedResourceState.ActiveData active_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.ActiveDataOrBuilder |
|
getCreatingData()
public abstract QueuedResourceState.CreatingData getCreatingData()Output only. Further data for the creating state.
.google.cloud.tpu.v2.QueuedResourceState.CreatingData creating_data = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.CreatingData |
The creatingData. |
getCreatingDataOrBuilder()
public abstract QueuedResourceState.CreatingDataOrBuilder getCreatingDataOrBuilder()Output only. Further data for the creating state.
.google.cloud.tpu.v2.QueuedResourceState.CreatingData creating_data = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.CreatingDataOrBuilder |
|
getDeletingData()
public abstract QueuedResourceState.DeletingData getDeletingData()Output only. Further data for the deleting state.
.google.cloud.tpu.v2.QueuedResourceState.DeletingData deleting_data = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.DeletingData |
The deletingData. |
getDeletingDataOrBuilder()
public abstract QueuedResourceState.DeletingDataOrBuilder getDeletingDataOrBuilder()Output only. Further data for the deleting state.
.google.cloud.tpu.v2.QueuedResourceState.DeletingData deleting_data = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.DeletingDataOrBuilder |
|
getFailedData()
public abstract QueuedResourceState.FailedData getFailedData()Output only. Further data for the failed state.
.google.cloud.tpu.v2.QueuedResourceState.FailedData failed_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.FailedData |
The failedData. |
getFailedDataOrBuilder()
public abstract QueuedResourceState.FailedDataOrBuilder getFailedDataOrBuilder()Output only. Further data for the failed state.
.google.cloud.tpu.v2.QueuedResourceState.FailedData failed_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.FailedDataOrBuilder |
|
getProvisioningData()
public abstract QueuedResourceState.ProvisioningData getProvisioningData()Output only. Further data for the provisioning state.
.google.cloud.tpu.v2.QueuedResourceState.ProvisioningData provisioning_data = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.ProvisioningData |
The provisioningData. |
getProvisioningDataOrBuilder()
public abstract QueuedResourceState.ProvisioningDataOrBuilder getProvisioningDataOrBuilder()Output only. Further data for the provisioning state.
.google.cloud.tpu.v2.QueuedResourceState.ProvisioningData provisioning_data = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.ProvisioningDataOrBuilder |
|
getState()
public abstract QueuedResourceState.State getState()Output only. State of the QueuedResource request.
.google.cloud.tpu.v2.QueuedResourceState.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.State |
The state. |
getStateDataCase()
public abstract QueuedResourceState.StateDataCase getStateDataCase()| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.StateDataCase |
|
getStateInitiator()
public abstract QueuedResourceState.StateInitiator getStateInitiator()Output only. The initiator of the QueuedResources's current state. Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service.
.google.cloud.tpu.v2.QueuedResourceState.StateInitiator state_initiator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.StateInitiator |
The stateInitiator. |
getStateInitiatorValue()
public abstract int getStateInitiatorValue()Output only. The initiator of the QueuedResources's current state. Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service.
.google.cloud.tpu.v2.QueuedResourceState.StateInitiator state_initiator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for stateInitiator. |
getStateValue()
public abstract int getStateValue()Output only. State of the QueuedResource request.
.google.cloud.tpu.v2.QueuedResourceState.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getSuspendedData()
public abstract QueuedResourceState.SuspendedData getSuspendedData()Output only. Further data for the suspended state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendedData suspended_data = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.SuspendedData |
The suspendedData. |
getSuspendedDataOrBuilder()
public abstract QueuedResourceState.SuspendedDataOrBuilder getSuspendedDataOrBuilder()Output only. Further data for the suspended state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendedData suspended_data = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.SuspendedDataOrBuilder |
|
getSuspendingData()
public abstract QueuedResourceState.SuspendingData getSuspendingData()Output only. Further data for the suspending state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendingData suspending_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.SuspendingData |
The suspendingData. |
getSuspendingDataOrBuilder()
public abstract QueuedResourceState.SuspendingDataOrBuilder getSuspendingDataOrBuilder()Output only. Further data for the suspending state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendingData suspending_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
QueuedResourceState.SuspendingDataOrBuilder |
|
hasAcceptedData()
public abstract boolean hasAcceptedData()Output only. Further data for the accepted state.
.google.cloud.tpu.v2.QueuedResourceState.AcceptedData accepted_data = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the acceptedData field is set. |
hasActiveData()
public abstract boolean hasActiveData()Output only. Further data for the active state.
.google.cloud.tpu.v2.QueuedResourceState.ActiveData active_data = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the activeData field is set. |
hasCreatingData()
public abstract boolean hasCreatingData()Output only. Further data for the creating state.
.google.cloud.tpu.v2.QueuedResourceState.CreatingData creating_data = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the creatingData field is set. |
hasDeletingData()
public abstract boolean hasDeletingData()Output only. Further data for the deleting state.
.google.cloud.tpu.v2.QueuedResourceState.DeletingData deleting_data = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deletingData field is set. |
hasFailedData()
public abstract boolean hasFailedData()Output only. Further data for the failed state.
.google.cloud.tpu.v2.QueuedResourceState.FailedData failed_data = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the failedData field is set. |
hasProvisioningData()
public abstract boolean hasProvisioningData()Output only. Further data for the provisioning state.
.google.cloud.tpu.v2.QueuedResourceState.ProvisioningData provisioning_data = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the provisioningData field is set. |
hasSuspendedData()
public abstract boolean hasSuspendedData()Output only. Further data for the suspended state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendedData suspended_data = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the suspendedData field is set. |
hasSuspendingData()
public abstract boolean hasSuspendingData()Output only. Further data for the suspending state.
.google.cloud.tpu.v2.QueuedResourceState.SuspendingData suspending_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the suspendingData field is set. |