Interface CreateWorkstationConfigRequestOrBuilder (0.16.0)

public interface CreateWorkstationConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Parent resource name.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent resource name.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. If set, validate the request and preview the review, but do not actually apply it.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

getWorkstationConfig()

public abstract WorkstationConfig getWorkstationConfig()

Required. Config to create.

.google.cloud.workstations.v1beta.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationConfig

The workstationConfig.

getWorkstationConfigId()

public abstract String getWorkstationConfigId()

Required. ID to use for the workstation configuration.

string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The workstationConfigId.

getWorkstationConfigIdBytes()

public abstract ByteString getWorkstationConfigIdBytes()

Required. ID to use for the workstation configuration.

string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for workstationConfigId.

getWorkstationConfigOrBuilder()

public abstract WorkstationConfigOrBuilder getWorkstationConfigOrBuilder()

Required. Config to create.

.google.cloud.workstations.v1beta.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationConfigOrBuilder

hasWorkstationConfig()

public abstract boolean hasWorkstationConfig()

Required. Config to create.

.google.cloud.workstations.v1beta.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workstationConfig field is set.