Interface UpdateHardwareRequestOrBuilder (0.3.0)

public interface UpdateHardwareRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHardware()

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

getHardwareOrBuilder()

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

getUpdateMaskOrBuilder()

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