| Package | Description |
|---|---|
| com.google.cloud.workstations.v1beta |
A client to Cloud Workstations API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.workstations.v1beta.stub |
| Modifier and Type | Method and Description |
|---|---|
WorkstationsClient.ListUsableWorkstationConfigsPagedResponse |
WorkstationsClient.listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster on which the caller has the
"workstations.workstation.create" permission.
|
WorkstationsClient.ListUsableWorkstationConfigsPagedResponse |
WorkstationsClient.listUsableWorkstationConfigs(String parent)
Returns all workstation configurations in the specified cluster on which the caller has the
"workstations.workstation.create" permission.
|
WorkstationsClient.ListUsableWorkstationConfigsPagedResponse |
WorkstationsClient.listUsableWorkstationConfigs(WorkstationClusterName parent)
Returns all workstation configurations in the specified cluster on which the caller has the
"workstations.workstation.create" permission.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WorkstationsClient.ListUsableWorkstationConfigsPagedResponse> |
WorkstationsClient.ListUsableWorkstationConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse,WorkstationConfig> context,
com.google.api.core.ApiFuture<ListUsableWorkstationConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListUsableWorkstationConfigsRequest,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse> |
WorkstationsClient.listUsableWorkstationConfigsPagedCallable()
Returns all workstation configurations in the specified cluster on which the caller has the
"workstations.workstation.create" permission.
|
com.google.api.gax.rpc.PagedCallSettings<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse> |
WorkstationsSettings.listUsableWorkstationConfigsSettings()
Returns the object with the settings used for calls to listUsableWorkstationConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse> |
WorkstationsSettings.Builder.listUsableWorkstationConfigsSettings()
Returns the builder for the settings used for calls to listUsableWorkstationConfigs.
|
Copyright © 2025 Google LLC. All rights reserved.