Uses of Class
com.google.cloud.workstations.v1beta.ListWorkstationsRequest
-
Packages that use ListWorkstationsRequest Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of ListWorkstationsRequest in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return ListWorkstationsRequest Modifier and Type Method Description ListWorkstationsRequestListWorkstationsRequest.Builder. build()ListWorkstationsRequestListWorkstationsRequest.Builder. buildPartial()static ListWorkstationsRequestListWorkstationsRequest. getDefaultInstance()ListWorkstationsRequestListWorkstationsRequest.Builder. getDefaultInstanceForType()ListWorkstationsRequestListWorkstationsRequest. getDefaultInstanceForType()static ListWorkstationsRequestListWorkstationsRequest. parseDelimitedFrom(InputStream input)static ListWorkstationsRequestListWorkstationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(byte[] data)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(InputStream input)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(ByteBuffer data)static ListWorkstationsRequestListWorkstationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type ListWorkstationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWorkstationsRequest,ListWorkstationsResponse>WorkstationsGrpc. getListWorkstationsMethod()com.google.protobuf.Parser<ListWorkstationsRequest>ListWorkstationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListWorkstationsRequest,ListWorkstationsResponse>WorkstationsClient. listWorkstationsCallable()Returns all Workstations using the specified workstation configuration.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.Builder<ListWorkstationsRequest,ListWorkstationsResponse,WorkstationsClient.ListWorkstationsPagedResponse>WorkstationsSettings.Builder. listWorkstationsSettings()Returns the builder for the settings used for calls to listWorkstations.com.google.api.gax.rpc.PagedCallSettings<ListWorkstationsRequest,ListWorkstationsResponse,WorkstationsClient.ListWorkstationsPagedResponse>WorkstationsSettings. listWorkstationsSettings()Returns the object with the settings used for calls to listWorkstations.static com.google.protobuf.Parser<ListWorkstationsRequest>ListWorkstationsRequest. parser()Methods in com.google.cloud.workstations.v1beta with parameters of type ListWorkstationsRequest Modifier and Type Method Description WorkstationsClient.ListWorkstationsPagedResponseWorkstationsClient. listWorkstations(ListWorkstationsRequest request)Returns all Workstations using the specified workstation configuration.default voidWorkstationsGrpc.AsyncService. listWorkstations(ListWorkstationsRequest request, io.grpc.stub.StreamObserver<ListWorkstationsResponse> responseObserver)Returns all Workstations using the specified workstation configuration.ListWorkstationsResponseWorkstationsGrpc.WorkstationsBlockingStub. listWorkstations(ListWorkstationsRequest request)Returns all Workstations using the specified workstation configuration.com.google.common.util.concurrent.ListenableFuture<ListWorkstationsResponse>WorkstationsGrpc.WorkstationsFutureStub. listWorkstations(ListWorkstationsRequest request)Returns all Workstations using the specified workstation configuration.voidWorkstationsGrpc.WorkstationsStub. listWorkstations(ListWorkstationsRequest request, io.grpc.stub.StreamObserver<ListWorkstationsResponse> responseObserver)Returns all Workstations using the specified workstation configuration.ListWorkstationsRequest.BuilderListWorkstationsRequest.Builder. mergeFrom(ListWorkstationsRequest other)static ListWorkstationsRequest.BuilderListWorkstationsRequest. newBuilder(ListWorkstationsRequest prototype)Method parameters in com.google.cloud.workstations.v1beta with type arguments of type ListWorkstationsRequest Modifier and Type Method 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)protected WorkstationsClient.ListWorkstationsPageWorkstationsClient.ListWorkstationsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationsPage>WorkstationsClient.ListWorkstationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, com.google.api.core.ApiFuture<ListWorkstationsResponse> futureResponse) -
Uses of ListWorkstationsRequest in com.google.cloud.workstations.v1beta.stub
-