Class UpdateHardwareRequest.Builder (0.1.0)

public static final class UpdateHardwareRequest.Builder extends GeneratedMessageV3.Builder<UpdateHardwareRequest.Builder> implements UpdateHardwareRequestOrBuilder

A request to update hardware.

Protobuf type google.cloud.gdchardwaremanagement.v1alpha.UpdateHardwareRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateHardwareRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

build()

public UpdateHardwareRequest build()
Returns
Type Description
UpdateHardwareRequest

buildPartial()

public UpdateHardwareRequest buildPartial()
Returns
Type Description
UpdateHardwareRequest

clear()

public UpdateHardwareRequest.Builder clear()
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateHardwareRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

clearHardware()

public UpdateHardwareRequest.Builder clearHardware()

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateHardwareRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateHardwareRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

clearRequestId()

public UpdateHardwareRequest.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
UpdateHardwareRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateHardwareRequest.Builder clearUpdateMask()

Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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
UpdateHardwareRequest.Builder

clone()

public UpdateHardwareRequest.Builder clone()
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateHardwareRequest getDefaultInstanceForType()
Returns
Type Description
UpdateHardwareRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHardware()

public Hardware getHardware()

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Hardware

The hardware.

getHardwareBuilder()

public Hardware.Builder getHardwareBuilder()

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Hardware.Builder

getHardwareOrBuilder()

public HardwareOrBuilder getHardwareOrBuilder()

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwareOrBuilder

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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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

hasHardware()

public boolean hasHardware()

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the hardware field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateHardwareRequest other)

public UpdateHardwareRequest.Builder mergeFrom(UpdateHardwareRequest other)
Parameter
Name Description
other UpdateHardwareRequest
Returns
Type Description
UpdateHardwareRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateHardwareRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateHardwareRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

mergeHardware(Hardware value)

public UpdateHardwareRequest.Builder mergeHardware(Hardware value)

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Hardware
Returns
Type Description
UpdateHardwareRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateHardwareRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateHardwareRequest.Builder mergeUpdateMask(FieldMask value)

Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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
UpdateHardwareRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateHardwareRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

setHardware(Hardware value)

public UpdateHardwareRequest.Builder setHardware(Hardware value)

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Hardware
Returns
Type Description
UpdateHardwareRequest.Builder

setHardware(Hardware.Builder builderForValue)

public UpdateHardwareRequest.Builder setHardware(Hardware.Builder builderForValue)

Required. The hardware to update.

.google.cloud.gdchardwaremanagement.v1alpha.Hardware hardware = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Hardware.Builder
Returns
Type Description
UpdateHardwareRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateHardwareRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

setRequestId(String value)

public UpdateHardwareRequest.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.

Returns
Type Description
UpdateHardwareRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateHardwareRequest.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.

Returns
Type Description
UpdateHardwareRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateHardwareRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateHardwareRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateHardwareRequest.Builder setUpdateMask(FieldMask value)

Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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
UpdateHardwareRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateHardwareRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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
UpdateHardwareRequest.Builder