public static interface WorkstationConfig.HostOrBuilder extends MessageOrBuilder
Implements
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.v1beta.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.v1beta.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.v1beta.WorkstationConfig.Host.GceInstance gce_instance = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the gceInstance field is set. |