public static final class UpdateHardwareGroupRequest.Builder extends GeneratedMessageV3.Builder<UpdateHardwareGroupRequest.Builder> implements UpdateHardwareGroupRequestOrBuilder
A request to update a hardware group.
Protobuf type google.cloud.gdchardwaremanagement.v1alpha.UpdateHardwareGroupRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateHardwareGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateHardwareGroupRequest build()
buildPartial()
public UpdateHardwareGroupRequest buildPartial()
clear()
public UpdateHardwareGroupRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateHardwareGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearHardwareGroup()
public UpdateHardwareGroupRequest.Builder clearHardwareGroup()
Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateHardwareGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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];
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];
clone()
public UpdateHardwareGroupRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateHardwareGroupRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getHardwareGroup()
public HardwareGroup getHardwareGroup()
Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
getHardwareGroupBuilder()
public HardwareGroup.Builder getHardwareGroupBuilder()
Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
getHardwareGroupOrBuilder()
public HardwareGroupOrBuilder getHardwareGroupOrBuilder()
Required. The hardware group to update.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 2 [(.google.api.field_behavior) = REQUIRED];
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];
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];
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateHardwareGroupRequest other)
public UpdateHardwareGroupRequest.Builder mergeFrom(UpdateHardwareGroupRequest other)
public UpdateHardwareGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateHardwareGroupRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateHardwareGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateHardwareGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
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];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateHardwareGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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 |
String
The requestId to set.
|
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 |
ByteString
The bytes for requestId to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateHardwareGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
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];
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
|