public static final class WorkstationsGrpc.WorkstationsFutureStub extends io.grpc.stub.AbstractFutureStub<WorkstationsGrpc.WorkstationsFutureStub>
Service for interacting with Cloud Workstations.
| Modifier and Type | Method and Description |
|---|---|
protected WorkstationsGrpc.WorkstationsFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createWorkstation(CreateWorkstationRequest request)
Creates a new workstation.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createWorkstationCluster(CreateWorkstationClusterRequest request)
Creates a new workstation cluster.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createWorkstationConfig(CreateWorkstationConfigRequest request)
Creates a new workstation configuration.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteWorkstation(DeleteWorkstationRequest request)
Deletes the specified workstation.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteWorkstationCluster(DeleteWorkstationClusterRequest request)
Deletes the specified workstation cluster.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteWorkstationConfig(DeleteWorkstationConfigRequest request)
Deletes the specified workstation configuration.
|
com.google.common.util.concurrent.ListenableFuture<GenerateAccessTokenResponse> |
generateAccessToken(GenerateAccessTokenRequest request)
Returns a short-lived credential that can be used to send authenticated and
authorized traffic to a workstation.
|
com.google.common.util.concurrent.ListenableFuture<Workstation> |
getWorkstation(GetWorkstationRequest request)
Returns the requested workstation.
|
com.google.common.util.concurrent.ListenableFuture<WorkstationCluster> |
getWorkstationCluster(GetWorkstationClusterRequest request)
Returns the requested workstation cluster.
|
com.google.common.util.concurrent.ListenableFuture<WorkstationConfig> |
getWorkstationConfig(GetWorkstationConfigRequest request)
Returns the requested workstation configuration.
|
com.google.common.util.concurrent.ListenableFuture<ListUsableWorkstationConfigsResponse> |
listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster on which
the caller has the "workstations.workstation.create" permission.
|
com.google.common.util.concurrent.ListenableFuture<ListUsableWorkstationsResponse> |
listUsableWorkstations(ListUsableWorkstationsRequest request)
Returns all workstations using the specified workstation configuration
on which the caller has the "workstations.workstations.use" permission.
|
com.google.common.util.concurrent.ListenableFuture<ListWorkstationClustersResponse> |
listWorkstationClusters(ListWorkstationClustersRequest request)
Returns all workstation clusters in the specified location.
|
com.google.common.util.concurrent.ListenableFuture<ListWorkstationConfigsResponse> |
listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.
|
com.google.common.util.concurrent.ListenableFuture<ListWorkstationsResponse> |
listWorkstations(ListWorkstationsRequest request)
Returns all Workstations using the specified workstation configuration.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
startWorkstation(StartWorkstationRequest request)
Starts running a workstation so that users can connect to it.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
stopWorkstation(StopWorkstationRequest request)
Stops running a workstation, reducing costs.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateWorkstation(UpdateWorkstationRequest request)
Updates an existing workstation.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateWorkstationCluster(UpdateWorkstationClusterRequest request)
Updates an existing workstation cluster.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateWorkstationConfig(UpdateWorkstationConfigRequest request)
Updates an existing workstation configuration.
|
protected WorkstationsGrpc.WorkstationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<WorkstationsGrpc.WorkstationsFutureStub>public com.google.common.util.concurrent.ListenableFuture<WorkstationCluster> getWorkstationCluster(GetWorkstationClusterRequest request)
Returns the requested workstation cluster.
public com.google.common.util.concurrent.ListenableFuture<ListWorkstationClustersResponse> listWorkstationClusters(ListWorkstationClustersRequest request)
Returns all workstation clusters in the specified location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createWorkstationCluster(CreateWorkstationClusterRequest request)
Creates a new workstation cluster.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateWorkstationCluster(UpdateWorkstationClusterRequest request)
Updates an existing workstation cluster.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteWorkstationCluster(DeleteWorkstationClusterRequest request)
Deletes the specified workstation cluster.
public com.google.common.util.concurrent.ListenableFuture<WorkstationConfig> getWorkstationConfig(GetWorkstationConfigRequest request)
Returns the requested workstation configuration.
public com.google.common.util.concurrent.ListenableFuture<ListWorkstationConfigsResponse> listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.
public com.google.common.util.concurrent.ListenableFuture<ListUsableWorkstationConfigsResponse> listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createWorkstationConfig(CreateWorkstationConfigRequest request)
Creates a new workstation configuration.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateWorkstationConfig(UpdateWorkstationConfigRequest request)
Updates an existing workstation configuration.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteWorkstationConfig(DeleteWorkstationConfigRequest request)
Deletes the specified workstation configuration.
public com.google.common.util.concurrent.ListenableFuture<Workstation> getWorkstation(GetWorkstationRequest request)
Returns the requested workstation.
public com.google.common.util.concurrent.ListenableFuture<ListWorkstationsResponse> listWorkstations(ListWorkstationsRequest request)
Returns all Workstations using the specified workstation configuration.
public com.google.common.util.concurrent.ListenableFuture<ListUsableWorkstationsResponse> listUsableWorkstations(ListUsableWorkstationsRequest request)
Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createWorkstation(CreateWorkstationRequest request)
Creates a new workstation.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateWorkstation(UpdateWorkstationRequest request)
Updates an existing workstation.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteWorkstation(DeleteWorkstationRequest request)
Deletes the specified workstation.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> startWorkstation(StartWorkstationRequest request)
Starts running a workstation so that users can connect to it.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> stopWorkstation(StopWorkstationRequest request)
Stops running a workstation, reducing costs.
public com.google.common.util.concurrent.ListenableFuture<GenerateAccessTokenResponse> generateAccessToken(GenerateAccessTokenRequest request)
Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation.
Copyright © 2023 Google LLC. All rights reserved.