public interface CreateNodeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNode()
public abstract Node getNode()Required. The node.
.google.cloud.tpu.v2alpha1.Node node = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Node |
The node. |
getNodeId()
public abstract String getNodeId()The unqualified resource name.
string node_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nodeId. |
getNodeIdBytes()
public abstract ByteString getNodeIdBytes()The unqualified resource name.
string node_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodeId. |
getNodeOrBuilder()
public abstract NodeOrBuilder getNodeOrBuilder()Required. The node.
.google.cloud.tpu.v2alpha1.Node node = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NodeOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
public abstract String getRequestId()Idempotent request UUID.
string request_id = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()Idempotent request UUID.
string request_id = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
hasNode()
public abstract boolean hasNode()Required. The node.
.google.cloud.tpu.v2alpha1.Node node = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the node field is set. |