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];
| Type | Description |
| Node | The node. |
getNodeId()
public abstract String getNodeId()The unqualified resource name.
string node_id = 2;
| Type | Description |
| String | The nodeId. |
getNodeIdBytes()
public abstract ByteString getNodeIdBytes()The unqualified resource name.
string node_id = 2;
| 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];
| 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) = { ... }
| 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. |
hasNode()
public abstract boolean hasNode()Required. The node.
.google.cloud.tpu.v2alpha1.Node node = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the node field is set. |