public interface CreateQueuedResourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getQueuedResource()
public abstract QueuedResource getQueuedResource()Required. The queued resource.
.google.cloud.tpu.v2alpha1.QueuedResource queued_resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| QueuedResource | The queuedResource. |
getQueuedResourceId()
public abstract String getQueuedResourceId() The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$
regex format.
string queued_resource_id = 2;
| Type | Description |
| String | The queuedResourceId. |
getQueuedResourceIdBytes()
public abstract ByteString getQueuedResourceIdBytes() The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$
regex format.
string queued_resource_id = 2;
| Type | Description |
| ByteString | The bytes for queuedResourceId. |
getQueuedResourceOrBuilder()
public abstract QueuedResourceOrBuilder getQueuedResourceOrBuilder()Required. The queued resource.
.google.cloud.tpu.v2alpha1.QueuedResource queued_resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| QueuedResourceOrBuilder |
getRequestId()
public abstract String getRequestId()Idempotent request UUID.
string request_id = 4;
| Type | Description |
| String | The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()Idempotent request UUID.
string request_id = 4;
| Type | Description |
| ByteString | The bytes for requestId. |
hasQueuedResource()
public abstract boolean hasQueuedResource()Required. The queued resource.
.google.cloud.tpu.v2alpha1.QueuedResource queued_resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the queuedResource field is set. |