public interface UpdateHostGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHostGroup()
public abstract HostGroup getHostGroup() Required. The host group to update.
The host group's name field is used to identify the host group.
Format:
projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.
.google.cloud.netapp.v1.HostGroup host_group = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HostGroup |
The hostGroup. |
getHostGroupOrBuilder()
public abstract HostGroupOrBuilder getHostGroupOrBuilder() Required. The host group to update.
The host group's name field is used to identify the host group.
Format:
projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.
.google.cloud.netapp.v1.HostGroup host_group = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HostGroupOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasHostGroup()
public abstract boolean hasHostGroup() Required. The host group to update.
The host group's name field is used to identify the host group.
Format:
projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.
.google.cloud.netapp.v1.HostGroup host_group = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hostGroup field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |