| 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.ListWorkstationConfigsPagedResponse |
WorkstationsClient.listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.
|
WorkstationsClient.ListWorkstationConfigsPagedResponse |
WorkstationsClient.listWorkstationConfigs(String parent)
Returns all workstation configurations in the specified cluster.
|
WorkstationsClient.ListWorkstationConfigsPagedResponse |
WorkstationsClient.listWorkstationConfigs(WorkstationClusterName parent)
Returns all workstation configurations in the specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationConfigsPagedResponse> |
WorkstationsClient.ListWorkstationConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationConfig> context,
com.google.api.core.ApiFuture<ListWorkstationConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListWorkstationConfigsRequest,WorkstationsClient.ListWorkstationConfigsPagedResponse> |
WorkstationsClient.listWorkstationConfigsPagedCallable()
Returns all workstation configurations in the specified cluster.
|
com.google.api.gax.rpc.PagedCallSettings<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationsClient.ListWorkstationConfigsPagedResponse> |
WorkstationsSettings.listWorkstationConfigsSettings()
Returns the object with the settings used for calls to listWorkstationConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationsClient.ListWorkstationConfigsPagedResponse> |
WorkstationsSettings.Builder.listWorkstationConfigsSettings()
Returns the builder for the settings used for calls to listWorkstationConfigs.
|
Copyright © 2025 Google LLC. All rights reserved.