Uses of Class
com.google.cloud.workstations.v1beta.ListUsableWorkstationsRequest
-
Packages that use ListUsableWorkstationsRequest Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of ListUsableWorkstationsRequest in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return ListUsableWorkstationsRequest Modifier and Type Method Description ListUsableWorkstationsRequestListUsableWorkstationsRequest.Builder. build()ListUsableWorkstationsRequestListUsableWorkstationsRequest.Builder. buildPartial()static ListUsableWorkstationsRequestListUsableWorkstationsRequest. getDefaultInstance()ListUsableWorkstationsRequestListUsableWorkstationsRequest.Builder. getDefaultInstanceForType()ListUsableWorkstationsRequestListUsableWorkstationsRequest. getDefaultInstanceForType()static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseDelimitedFrom(InputStream input)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(byte[] data)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(InputStream input)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(ByteBuffer data)static ListUsableWorkstationsRequestListUsableWorkstationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type ListUsableWorkstationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse>WorkstationsGrpc. getListUsableWorkstationsMethod()com.google.protobuf.Parser<ListUsableWorkstationsRequest>ListUsableWorkstationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse>WorkstationsClient. listUsableWorkstationsCallable()Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.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.Builder<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,WorkstationsClient.ListUsableWorkstationsPagedResponse>WorkstationsSettings.Builder. listUsableWorkstationsSettings()Returns the builder for the settings used for calls to listUsableWorkstations.com.google.api.gax.rpc.PagedCallSettings<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,WorkstationsClient.ListUsableWorkstationsPagedResponse>WorkstationsSettings. listUsableWorkstationsSettings()Returns the object with the settings used for calls to listUsableWorkstations.static com.google.protobuf.Parser<ListUsableWorkstationsRequest>ListUsableWorkstationsRequest. parser()Methods in com.google.cloud.workstations.v1beta with parameters of type ListUsableWorkstationsRequest Modifier and Type Method Description WorkstationsClient.ListUsableWorkstationsPagedResponseWorkstationsClient. listUsableWorkstations(ListUsableWorkstationsRequest request)Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.default voidWorkstationsGrpc.AsyncService. listUsableWorkstations(ListUsableWorkstationsRequest request, io.grpc.stub.StreamObserver<ListUsableWorkstationsResponse> responseObserver)Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.ListUsableWorkstationsResponseWorkstationsGrpc.WorkstationsBlockingStub. 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<ListUsableWorkstationsResponse>WorkstationsGrpc.WorkstationsFutureStub. listUsableWorkstations(ListUsableWorkstationsRequest request)Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.voidWorkstationsGrpc.WorkstationsStub. listUsableWorkstations(ListUsableWorkstationsRequest request, io.grpc.stub.StreamObserver<ListUsableWorkstationsResponse> responseObserver)Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.ListUsableWorkstationsRequest.BuilderListUsableWorkstationsRequest.Builder. mergeFrom(ListUsableWorkstationsRequest other)static ListUsableWorkstationsRequest.BuilderListUsableWorkstationsRequest. newBuilder(ListUsableWorkstationsRequest prototype)Method parameters in com.google.cloud.workstations.v1beta with type arguments of type ListUsableWorkstationsRequest Modifier and Type Method 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)protected WorkstationsClient.ListUsableWorkstationsPageWorkstationsClient.ListUsableWorkstationsPage. createPage(com.google.api.gax.rpc.PageContext<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,Workstation> context, ListUsableWorkstationsResponse response)com.google.api.core.ApiFuture<WorkstationsClient.ListUsableWorkstationsPage>WorkstationsClient.ListUsableWorkstationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsableWorkstationsRequest,ListUsableWorkstationsResponse,Workstation> context, com.google.api.core.ApiFuture<ListUsableWorkstationsResponse> futureResponse) -
Uses of ListUsableWorkstationsRequest in com.google.cloud.workstations.v1beta.stub
-