public interface CreateWorkstationConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. Parent resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
The validateOnly. |
getWorkstationConfig()
public abstract WorkstationConfig getWorkstationConfig()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for workstationConfigId. |
getWorkstationConfigOrBuilder()
public abstract WorkstationConfigOrBuilder getWorkstationConfigOrBuilder()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
WorkstationConfigOrBuilder |
hasWorkstationConfig()
public abstract boolean hasWorkstationConfig()
Required. Config to create.
.google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the workstationConfig field is set. |