Uses of Class
com.google.cloud.workstations.v1beta.ListWorkstationConfigsRequest
-
Packages that use ListWorkstationConfigsRequest Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of ListWorkstationConfigsRequest in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return ListWorkstationConfigsRequest Modifier and Type Method Description ListWorkstationConfigsRequest
ListWorkstationConfigsRequest.Builder. build()
ListWorkstationConfigsRequest
ListWorkstationConfigsRequest.Builder. buildPartial()
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. getDefaultInstance()
ListWorkstationConfigsRequest
ListWorkstationConfigsRequest.Builder. getDefaultInstanceForType()
ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. getDefaultInstanceForType()
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseDelimitedFrom(InputStream input)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(byte[] data)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(InputStream input)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(ByteBuffer data)
static ListWorkstationConfigsRequest
ListWorkstationConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workstations.v1beta that return types with arguments of type ListWorkstationConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse>
WorkstationsGrpc. getListWorkstationConfigsMethod()
com.google.protobuf.Parser<ListWorkstationConfigsRequest>
ListWorkstationConfigsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse>
WorkstationsClient. listWorkstationConfigsCallable()
Returns all workstation configurations in the specified cluster.com.google.api.gax.rpc.UnaryCallable<ListWorkstationConfigsRequest,WorkstationsClient.ListWorkstationConfigsPagedResponse>
WorkstationsClient. listWorkstationConfigsPagedCallable()
Returns all workstation configurations in the specified cluster.com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationsClient.ListWorkstationConfigsPagedResponse>
WorkstationsSettings.Builder. listWorkstationConfigsSettings()
Returns the builder for the settings used for calls to listWorkstationConfigs.com.google.api.gax.rpc.PagedCallSettings<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationsClient.ListWorkstationConfigsPagedResponse>
WorkstationsSettings. listWorkstationConfigsSettings()
Returns the object with the settings used for calls to listWorkstationConfigs.static com.google.protobuf.Parser<ListWorkstationConfigsRequest>
ListWorkstationConfigsRequest. parser()
Methods in com.google.cloud.workstations.v1beta with parameters of type ListWorkstationConfigsRequest Modifier and Type Method Description WorkstationsClient.ListWorkstationConfigsPagedResponse
WorkstationsClient. listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.default void
WorkstationsGrpc.AsyncService. listWorkstationConfigs(ListWorkstationConfigsRequest request, io.grpc.stub.StreamObserver<ListWorkstationConfigsResponse> responseObserver)
Returns all workstation configurations in the specified cluster.ListWorkstationConfigsResponse
WorkstationsGrpc.WorkstationsBlockingStub. listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.com.google.common.util.concurrent.ListenableFuture<ListWorkstationConfigsResponse>
WorkstationsGrpc.WorkstationsFutureStub. listWorkstationConfigs(ListWorkstationConfigsRequest request)
Returns all workstation configurations in the specified cluster.void
WorkstationsGrpc.WorkstationsStub. listWorkstationConfigs(ListWorkstationConfigsRequest request, io.grpc.stub.StreamObserver<ListWorkstationConfigsResponse> responseObserver)
Returns all workstation configurations in the specified cluster.ListWorkstationConfigsRequest.Builder
ListWorkstationConfigsRequest.Builder. mergeFrom(ListWorkstationConfigsRequest other)
static ListWorkstationConfigsRequest.Builder
ListWorkstationConfigsRequest. newBuilder(ListWorkstationConfigsRequest prototype)
Method parameters in com.google.cloud.workstations.v1beta with type arguments of type ListWorkstationConfigsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationConfigsPagedResponse>
WorkstationsClient.ListWorkstationConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationConfig> context, com.google.api.core.ApiFuture<ListWorkstationConfigsResponse> futureResponse)
protected WorkstationsClient.ListWorkstationConfigsPage
WorkstationsClient.ListWorkstationConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationConfig> context, ListWorkstationConfigsResponse response)
com.google.api.core.ApiFuture<WorkstationsClient.ListWorkstationConfigsPage>
WorkstationsClient.ListWorkstationConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationConfig> context, com.google.api.core.ApiFuture<ListWorkstationConfigsResponse> futureResponse)
-
Uses of ListWorkstationConfigsRequest in com.google.cloud.workstations.v1beta.stub
-