| Package | Description |
|---|---|
| com.google.cloud.workstations.v1 |
A client to Cloud Workstations API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.workstations.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
WorkstationsClient.ListUsableWorkstationsPagedResponse |
WorkstationsClient.listUsableWorkstations(ListUsableWorkstationsRequest request)
Returns all workstations using the specified workstation configuration on which the caller has
the "workstations.workstations.use" permission.
|
WorkstationsClient.ListUsableWorkstationsPagedResponse |
WorkstationsClient.listUsableWorkstations(String parent)
Returns all workstations using the specified workstation configuration on which the caller has
the "workstations.workstations.use" permission.
|
WorkstationsClient.ListUsableWorkstationsPagedResponse |
WorkstationsClient.listUsableWorkstations(WorkstationConfigName parent)
Returns all workstations using the specified workstation configuration on which the caller has
the "workstations.workstations.use" permission.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WorkstationsClient.ListUsableWorkstationsPagedResponse> |
WorkstationsClient.ListUsableWorkstationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,Workstation> context,
com.google.api.core.ApiFuture<ListUsableWorkstationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListUsableWorkstationsRequest,WorkstationsClient.ListUsableWorkstationsPagedResponse> |
WorkstationsClient.listUsableWorkstationsPagedCallable()
Returns all workstations using the specified workstation configuration on which the caller has
the "workstations.workstations.use" permission.
|
com.google.api.gax.rpc.PagedCallSettings<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,WorkstationsClient.ListUsableWorkstationsPagedResponse> |
WorkstationsSettings.listUsableWorkstationsSettings()
Returns the object with the settings used for calls to listUsableWorkstations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,WorkstationsClient.ListUsableWorkstationsPagedResponse> |
WorkstationsSettings.Builder.listUsableWorkstationsSettings()
Returns the builder for the settings used for calls to listUsableWorkstations.
|
Copyright © 2025 Google LLC. All rights reserved.