Uses of Class
com.google.cloud.workstations.v1.ListWorkstationsRequest
-
Packages that use ListWorkstationsRequest Package Description com.google.cloud.workstations.v1 A client to Cloud Workstations APIcom.google.cloud.workstations.v1.stub -
-
Uses of ListWorkstationsRequest in com.google.cloud.workstations.v1
Methods in com.google.cloud.workstations.v1 that return ListWorkstationsRequest Modifier and Type Method Description ListWorkstationsRequest
ListWorkstationsRequest.Builder. build()
ListWorkstationsRequest
ListWorkstationsRequest.Builder. buildPartial()
static ListWorkstationsRequest
ListWorkstationsRequest. getDefaultInstance()
ListWorkstationsRequest
ListWorkstationsRequest.Builder. getDefaultInstanceForType()
ListWorkstationsRequest
ListWorkstationsRequest. getDefaultInstanceForType()
static ListWorkstationsRequest
ListWorkstationsRequest. parseDelimitedFrom(InputStream input)
static ListWorkstationsRequest
ListWorkstationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(byte[] data)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(InputStream input)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(ByteBuffer data)
static ListWorkstationsRequest
ListWorkstationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workstations.v1 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.v1 with parameters of type ListWorkstationsRequest Modifier and Type Method Description WorkstationsClient.ListWorkstationsPagedResponse
WorkstationsClient. listWorkstations(ListWorkstationsRequest request)
Returns all Workstations using the specified workstation configuration.default void
WorkstationsGrpc.AsyncService. listWorkstations(ListWorkstationsRequest request, io.grpc.stub.StreamObserver<ListWorkstationsResponse> responseObserver)
Returns all Workstations using the specified workstation configuration.ListWorkstationsResponse
WorkstationsGrpc.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.void
WorkstationsGrpc.WorkstationsStub. listWorkstations(ListWorkstationsRequest request, io.grpc.stub.StreamObserver<ListWorkstationsResponse> responseObserver)
Returns all Workstations using the specified workstation configuration.ListWorkstationsRequest.Builder
ListWorkstationsRequest.Builder. mergeFrom(ListWorkstationsRequest other)
static ListWorkstationsRequest.Builder
ListWorkstationsRequest. newBuilder(ListWorkstationsRequest prototype)
Method parameters in com.google.cloud.workstations.v1 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.ListWorkstationsPage
WorkstationsClient.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.v1.stub
-