You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### workstations:v1beta
The following keys were added:
- schemas.Workstation.properties.conditions.description
- schemas.Workstation.properties.conditions.items.$ref
- schemas.Workstation.properties.conditions.readOnly
- schemas.Workstation.properties.conditions.type
- schemas.Workstation.properties.degraded.description
- schemas.Workstation.properties.degraded.readOnly
- schemas.Workstation.properties.degraded.type
The following keys were changed:
- schemas.GcePersistentDisk.properties.sourceImage.description
- schemas.GcePersistentDisk.properties.sourceSnapshot.description
- schemas.PrivateClusterConfig.properties.serviceAttachmentUri.description
#### workstations:v1
The following keys were changed:
- schemas.GcePersistentDisk.properties.sourceImage.description
- schemas.GcePersistentDisk.properties.sourceSnapshot.description
- schemas.PrivateClusterConfig.properties.serviceAttachmentUri.description
"description": "Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. This field is mutable.",
1566
+
"description": "Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
1567
1567
"type": "string"
1568
1568
},
1569
1569
"sourceSnapshot": {
1570
-
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. This field is mutable.",
1570
+
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
1571
1571
"type": "string"
1572
1572
}
1573
1573
},
@@ -2043,7 +2043,7 @@
2043
2043
"type": "boolean"
2044
2044
},
2045
2045
"serviceAttachmentUri": {
2046
-
"description": "Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).",
2046
+
"description": "Output only. Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).",
"description": "Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. This field is mutable.",
1498
+
"description": "Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
1499
1499
"type": "string"
1500
1500
},
1501
1501
"sourceSnapshot": {
1502
-
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. This field is mutable.",
1502
+
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
1503
1503
"type": "string"
1504
1504
}
1505
1505
},
@@ -1938,7 +1938,7 @@
1938
1938
"type": "boolean"
1939
1939
},
1940
1940
"serviceAttachmentUri": {
1941
-
"description": "Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).",
1941
+
"description": "Output only. Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).",
1942
1942
"readOnly": true,
1943
1943
"type": "string"
1944
1944
}
@@ -2096,12 +2096,25 @@
2096
2096
"readOnly": true,
2097
2097
"type": "array"
2098
2098
},
2099
+
"conditions": {
2100
+
"description": "Output only. Status conditions describing the workstation's current state.",
2101
+
"items": {
2102
+
"$ref": "Status"
2103
+
},
2104
+
"readOnly": true,
2105
+
"type": "array"
2106
+
},
2099
2107
"createTime": {
2100
2108
"description": "Output only. Time when this workstation was created.",
2101
2109
"format": "google-datetime",
2102
2110
"readOnly": true,
2103
2111
"type": "string"
2104
2112
},
2113
+
"degraded": {
2114
+
"description": "Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2115
+
"readOnly": true,
2116
+
"type": "boolean"
2117
+
},
2105
2118
"deleteTime": {
2106
2119
"description": "Output only. Time when this workstation was soft-deleted.",
* Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
405
+
* Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
406
406
*/
407
407
sourceImage?: string|null;
408
408
/**
409
-
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
409
+
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
* Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
756
+
* Output only. Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
* Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
405
+
* Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
406
406
*/
407
407
sourceImage?: string|null;
408
408
/**
409
-
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
409
+
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
* Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
731
+
* Output only. Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
* Output only. List of available boost configuration IDs that this workstation can be boosted up to.
845
845
*/
846
846
boostConfigs?: Schema$WorkstationBoostConfig[];
847
+
/**
848
+
* Output only. Status conditions describing the workstation's current state.
849
+
*/
850
+
conditions?: Schema$Status[];
847
851
/**
848
852
* Output only. Time when this workstation was created.
849
853
*/
850
854
createTime?: string|null;
855
+
/**
856
+
* Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
857
+
*/
858
+
degraded?: boolean|null;
851
859
/**
852
860
* Output only. Time when this workstation was soft-deleted.
0 commit comments