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
Copy file name to clipboardExpand all lines: java-workstations/google-cloud-workstations/src/main/java/com/google/cloud/workstations/v1/WorkstationsClient.java
+28-26Lines changed: 28 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1096,7 +1096,7 @@ public final WorkstationConfig getWorkstationConfig(GetWorkstationConfigRequest
1096
1096
1097
1097
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1098
1098
/**
1099
-
* Returns all WorkstationConfigs in the specified cluster.
1099
+
* Returns all workstation configurations in the specified cluster.
1100
1100
*
1101
1101
* <p>Sample code:
1102
1102
*
@@ -1130,7 +1130,7 @@ public final ListWorkstationConfigsPagedResponse listWorkstationConfigs(
1130
1130
1131
1131
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1132
1132
/**
1133
-
* Returns all WorkstationConfigs in the specified cluster.
1133
+
* Returns all workstation configurations in the specified cluster.
1134
1134
*
1135
1135
* <p>Sample code:
1136
1136
*
@@ -1161,7 +1161,7 @@ public final ListWorkstationConfigsPagedResponse listWorkstationConfigs(String p
1161
1161
1162
1162
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1163
1163
/**
1164
-
* Returns all WorkstationConfigs in the specified cluster.
1164
+
* Returns all workstation configurations in the specified cluster.
1165
1165
*
1166
1166
* <p>Sample code:
1167
1167
*
@@ -1197,7 +1197,7 @@ public final ListWorkstationConfigsPagedResponse listWorkstationConfigs(
1197
1197
1198
1198
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1199
1199
/**
1200
-
* Returns all WorkstationConfigs in the specified cluster.
1200
+
* Returns all workstation configurations in the specified cluster.
1201
1201
*
1202
1202
* <p>Sample code:
1203
1203
*
@@ -1232,7 +1232,7 @@ public final ListWorkstationConfigsPagedResponse listWorkstationConfigs(
1232
1232
1233
1233
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1234
1234
/**
1235
-
* Returns all WorkstationConfigs in the specified cluster.
1235
+
* Returns all workstation configurations in the specified cluster.
1236
1236
*
1237
1237
* <p>Sample code:
1238
1238
*
@@ -1484,7 +1484,7 @@ public final ListUsableWorkstationConfigsPagedResponse listUsableWorkstationConf
1484
1484
*
1485
1485
* @param parent Required. Parent resource name.
1486
1486
* @param workstationConfig Required. Config to create.
1487
-
* @param workstationConfigId Required. ID to use for the config.
1487
+
* @param workstationConfigId Required. ID to use for the workstation configuration.
1488
1488
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: java-workstations/google-cloud-workstations/src/test/java/com/google/cloud/workstations/v1/WorkstationsClientHttpJsonTest.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ public void getWorkstationClusterTest() throws Exception {
Copy file name to clipboardExpand all lines: java-workstations/google-cloud-workstations/src/test/java/com/google/cloud/workstations/v1/WorkstationsClientTest.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ public void getWorkstationClusterTest() throws Exception {
0 commit comments