- 0.66.0 (latest)
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.60.0
 - 0.58.0
 - 0.56.0
 - 0.55.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static interface WorkstationConfig.Host.GceInstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBootDiskSizeGb()
public abstract int getBootDiskSizeGb()Size of the boot disk in GB. Defaults to 50.
 int32 boot_disk_size_gb = 9;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The bootDiskSizeGb.  | 
      
getConfidentialInstanceConfig()
public abstract WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfig getConfidentialInstanceConfig()A set of Compute Engine Confidential VM instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfig confidential_instance_config = 10;
 
| Returns | |
|---|---|
| Type | Description | 
WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfig | 
        The confidentialInstanceConfig.  | 
      
getConfidentialInstanceConfigOrBuilder()
public abstract WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfigOrBuilder getConfidentialInstanceConfigOrBuilder()A set of Compute Engine Confidential VM instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfig confidential_instance_config = 10;
 
| Returns | |
|---|---|
| Type | Description | 
WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfigOrBuilder | 
        |
getDisablePublicIpAddresses()
public abstract boolean getDisablePublicIpAddresses()Whether instances have no public IP address.
 bool disable_public_ip_addresses = 6;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The disablePublicIpAddresses.  | 
      
getEnableNestedVirtualization()
public abstract boolean getEnableNestedVirtualization()Whether to enable nested virtualization on instances.
 bool enable_nested_virtualization = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The enableNestedVirtualization.  | 
      
getMachineType()
public abstract String getMachineType()The name of a Compute Engine machine type.
 string machine_type = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The machineType.  | 
      
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()The name of a Compute Engine machine type.
 string machine_type = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for machineType.  | 
      
getPoolSize()
public abstract int getPoolSize()Number of instances to pool for faster workstation startup.
 int32 pool_size = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The poolSize.  | 
      
getPooledInstances()
public abstract int getPooledInstances()Output only. Number of instances currently available in the pool for faster workstation startup.
 int32 pooled_instances = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The pooledInstances.  | 
      
getServiceAccount()
public abstract String getServiceAccount()Email address of the service account used on VM instances used to support this configuration. If not set, VMs run with a Google-managed service account. This service account must have permission to pull the specified container image; otherwise, the image must be publicly accessible.
 string service_account = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The serviceAccount.  | 
      
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()Email address of the service account used on VM instances used to support this configuration. If not set, VMs run with a Google-managed service account. This service account must have permission to pull the specified container image; otherwise, the image must be publicly accessible.
 string service_account = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for serviceAccount.  | 
      
getShieldedInstanceConfig()
public abstract WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfig getShieldedInstanceConfig()A set of Compute Engine Shielded instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfig shielded_instance_config = 8;
 
| Returns | |
|---|---|
| Type | Description | 
WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfig | 
        The shieldedInstanceConfig.  | 
      
getShieldedInstanceConfigOrBuilder()
public abstract WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder getShieldedInstanceConfigOrBuilder()A set of Compute Engine Shielded instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfig shielded_instance_config = 8;
 
| Returns | |
|---|---|
| Type | Description | 
WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfigOrBuilder | 
        |
getTags(int index)
public abstract String getTags(int index)Network tags to add to the Compute Engine machines backing the Workstations.
 repeated string tags = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The tags at the given index.  | 
      
getTagsBytes(int index)
public abstract ByteString getTagsBytes(int index)Network tags to add to the Compute Engine machines backing the Workstations.
 repeated string tags = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the tags at the given index.  | 
      
getTagsCount()
public abstract int getTagsCount()Network tags to add to the Compute Engine machines backing the Workstations.
 repeated string tags = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of tags.  | 
      
getTagsList()
public abstract List<String> getTagsList()Network tags to add to the Compute Engine machines backing the Workstations.
 repeated string tags = 4;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the tags.  | 
      
hasConfidentialInstanceConfig()
public abstract boolean hasConfidentialInstanceConfig()A set of Compute Engine Confidential VM instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceConfidentialInstanceConfig confidential_instance_config = 10;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the confidentialInstanceConfig field is set.  | 
      
hasShieldedInstanceConfig()
public abstract boolean hasShieldedInstanceConfig()A set of Compute Engine Shielded instance options.
 
 .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance.GceShieldedInstanceConfig shielded_instance_config = 8;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the shieldedInstanceConfig field is set.  |