public static final class UpdateHardwareGroupRequest.Builder extends GeneratedMessage.Builder<UpdateHardwareGroupRequest.Builder> implements UpdateHardwareGroupRequestOrBuilderA request to update a hardware group.
Protobuf type google.cloud.gdchardwaremanagement.v1alpha.UpdateHardwareGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateHardwareGroupRequest.BuilderImplements
UpdateHardwareGroupRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateHardwareGroupRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest |
|
buildPartial()
public UpdateHardwareGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest |
|
clear()
public UpdateHardwareGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
clearHardwareGroup()
public UpdateHardwareGroupRequest.Builder clearHardwareGroup()Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
clearRequestId()
public UpdateHardwareGroupRequest.Builder clearRequestId()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
This builder for chaining. |
clearUpdateMask()
public UpdateHardwareGroupRequest.Builder clearUpdateMask()Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
getDefaultInstanceForType()
public UpdateHardwareGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHardwareGroup()
public HardwareGroup getHardwareGroup()Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HardwareGroup |
The hardwareGroup. |
getHardwareGroupBuilder()
public HardwareGroup.Builder getHardwareGroupBuilder()Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HardwareGroup.Builder |
|
getHardwareGroupOrBuilder()
public HardwareGroupOrBuilder getHardwareGroupOrBuilder()Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HardwareGroupOrBuilder |
|
getRequestId()
public String getRequestId()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getUpdateMask()
public FieldMask getUpdateMask()Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasHardwareGroup()
public boolean hasHardwareGroup()Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hardwareGroup field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateHardwareGroupRequest other)
public UpdateHardwareGroupRequest.Builder mergeFrom(UpdateHardwareGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateHardwareGroupRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateHardwareGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateHardwareGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
mergeHardwareGroup(HardwareGroup value)
public UpdateHardwareGroupRequest.Builder mergeHardwareGroup(HardwareGroup value)Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
HardwareGroup |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateHardwareGroupRequest.Builder mergeUpdateMask(FieldMask value)Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
setHardwareGroup(HardwareGroup value)
public UpdateHardwareGroupRequest.Builder setHardwareGroup(HardwareGroup value)Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
HardwareGroup |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
setHardwareGroup(HardwareGroup.Builder builderForValue)
public UpdateHardwareGroupRequest.Builder setHardwareGroup(HardwareGroup.Builder builderForValue)Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HardwareGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
setRequestId(String value)
public UpdateHardwareGroupRequest.Builder setRequestId(String value)Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public UpdateHardwareGroupRequest.Builder setRequestIdBytes(ByteString value)Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
This builder for chaining. |
setUpdateMask(FieldMask value)
public UpdateHardwareGroupRequest.Builder setUpdateMask(FieldMask value)Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateHardwareGroupRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateHardwareGroupRequest.Builder |
|