| 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.ListWorkstationsPagedResponse |
WorkstationsClient.listWorkstations(ListWorkstationsRequest request)
Returns all Workstations using the specified workstation configuration.
|
WorkstationsClient.ListWorkstationsPagedResponse |
WorkstationsClient.listWorkstations(String parent)
Returns all Workstations using the specified workstation configuration.
|
WorkstationsClient.ListWorkstationsPagedResponse |
WorkstationsClient.listWorkstations(WorkstationConfigName parent)
Returns all Workstations using the specified workstation configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationsPagedResponse> |
WorkstationsClient.ListWorkstationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context,
com.google.api.core.ApiFuture<ListWorkstationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListWorkstationsRequest,WorkstationsClient.ListWorkstationsPagedResponse> |
WorkstationsClient.listWorkstationsPagedCallable()
Returns all Workstations using the specified workstation configuration.
|
com.google.api.gax.rpc.PagedCallSettings<ListWorkstationsRequest,ListWorkstationsResponse,WorkstationsClient.ListWorkstationsPagedResponse> |
WorkstationsSettings.listWorkstationsSettings()
Returns the object with the settings used for calls to listWorkstations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkstationsRequest,ListWorkstationsResponse,WorkstationsClient.ListWorkstationsPagedResponse> |
WorkstationsSettings.Builder.listWorkstationsSettings()
Returns the builder for the settings used for calls to listWorkstations.
|
Copyright © 2025 Google LLC. All rights reserved.