public interface CreateNodeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNode()
public abstract Node getNode()
Required. The node.
.google.cloud.tpu.v2.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.v2.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. |
hasNode()
public abstract boolean hasNode()
Required. The node.
.google.cloud.tpu.v2.Node node = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the node field is set. |