Interface CreateHardwareGroupRequestOrBuilder (0.1.0)

public interface CreateHardwareGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHardwareGroup()

public abstract HardwareGroup getHardwareGroup()

Required. The hardware group to create.

.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwareGroup

The hardwareGroup.

getHardwareGroupId()

public abstract String getHardwareGroupId()

Optional. ID used to uniquely identify the HardwareGroup within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The hardware_group.name field in the request will be ignored.

string hardware_group_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The hardwareGroupId.

getHardwareGroupIdBytes()

public abstract ByteString getHardwareGroupIdBytes()

Optional. ID used to uniquely identify the HardwareGroup within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The hardware_group.name field in the request will be ignored.

string hardware_group_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for hardwareGroupId.

getHardwareGroupOrBuilder()

public abstract HardwareGroupOrBuilder getHardwareGroupOrBuilder()

Required. The hardware group to create.

.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwareGroupOrBuilder

getParent()

public abstract String getParent()

Required. The order to create the hardware group in. Format: projects/{project}/locations/{location}/orders/{order}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The order to create the hardware group in. Format: projects/{project}/locations/{location}/orders/{order}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRequestId()

public abstract String getRequestId()

Optional. An optional unique identifier for this request. See AIP-155.

string request_id = 4 [(.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 = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for requestId.

hasHardwareGroup()

public abstract boolean hasHardwareGroup()

Required. The hardware group to create.

.google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup hardware_group = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the hardwareGroup field is set.