public interface CreateHostGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHostGroup()
public abstract HostGroup getHostGroup()Required. Fields of the host group to create.
.google.cloud.netapp.v1.HostGroup host_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HostGroup |
The hostGroup. |
getHostGroupId()
public abstract String getHostGroupId()Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string host_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The hostGroupId. |
getHostGroupIdBytes()
public abstract ByteString getHostGroupIdBytes()Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string host_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostGroupId. |
getHostGroupOrBuilder()
public abstract HostGroupOrBuilder getHostGroupOrBuilder()Required. Fields of the host group to create.
.google.cloud.netapp.v1.HostGroup host_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HostGroupOrBuilder |
|
getParent()
public abstract String getParent()Required. Parent value for CreateHostGroupRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Parent value for CreateHostGroupRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasHostGroup()
public abstract boolean hasHostGroup()Required. Fields of the host group to create.
.google.cloud.netapp.v1.HostGroup host_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hostGroup field is set. |