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