Interface WorkstationConfig.HostOrBuilder (0.20.0)

public static interface WorkstationConfig.HostOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract WorkstationConfig.Host.ConfigCase getConfigCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the gceInstance field is set.