public static interface WorkstationConfig.HostOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract WorkstationConfig.Host.ConfigCase getConfigCase()| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.Host.ConfigCase |
|
getGceInstance()
public abstract WorkstationConfig.Host.GceInstance getGceInstance()Specifies a Compute Engine instance as the host.
.google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;
| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.Host.GceInstance |
The gceInstance. |
getGceInstanceOrBuilder()
public abstract WorkstationConfig.Host.GceInstanceOrBuilder getGceInstanceOrBuilder()Specifies a Compute Engine instance as the host.
.google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;
| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.Host.GceInstanceOrBuilder |
|
hasGceInstance()
public abstract boolean hasGceInstance()Specifies a Compute Engine instance as the host.
.google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gceInstance field is set. |