Uses of Class
com.google.cloud.workstations.v1beta.ListWorkstationConfigsResponse
-
Packages that use ListWorkstationConfigsResponse Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of ListWorkstationConfigsResponse in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return ListWorkstationConfigsResponse Modifier and Type Method Description ListWorkstationConfigsResponseListWorkstationConfigsResponse.Builder. build()ListWorkstationConfigsResponseListWorkstationConfigsResponse.Builder. buildPartial()static ListWorkstationConfigsResponseListWorkstationConfigsResponse. getDefaultInstance()ListWorkstationConfigsResponseListWorkstationConfigsResponse.Builder. getDefaultInstanceForType()ListWorkstationConfigsResponseListWorkstationConfigsResponse. getDefaultInstanceForType()ListWorkstationConfigsResponseWorkstationsGrpc.WorkstationsBlockingStub. listWorkstationConfigs(ListWorkstationConfigsRequest request)Returns all workstation configurations in the specified cluster.static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseDelimitedFrom(InputStream input)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(byte[] data)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(com.google.protobuf.ByteString data)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(InputStream input)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(ByteBuffer data)static ListWorkstationConfigsResponseListWorkstationConfigsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type ListWorkstationConfigsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse>WorkstationsGrpc. getListWorkstationConfigsMethod()com.google.protobuf.Parser<ListWorkstationConfigsResponse>ListWorkstationConfigsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListWorkstationConfigsResponse>WorkstationsGrpc.WorkstationsFutureStub. listWorkstationConfigs(ListWorkstationConfigsRequest request)Returns all workstation configurations in the specified cluster.com.google.api.gax.rpc.UnaryCallable<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse>WorkstationsClient. listWorkstationConfigsCallable()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<ListWorkstationConfigsResponse>ListWorkstationConfigsResponse. parser()Methods in com.google.cloud.workstations.v1beta with parameters of type ListWorkstationConfigsResponse Modifier and Type Method Description protected WorkstationsClient.ListWorkstationConfigsPageWorkstationsClient.ListWorkstationConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkstationConfigsRequest,ListWorkstationConfigsResponse,WorkstationConfig> context, ListWorkstationConfigsResponse response)ListWorkstationConfigsResponse.BuilderListWorkstationConfigsResponse.Builder. mergeFrom(ListWorkstationConfigsResponse other)static ListWorkstationConfigsResponse.BuilderListWorkstationConfigsResponse. newBuilder(ListWorkstationConfigsResponse prototype)Method parameters in com.google.cloud.workstations.v1beta with type arguments of type ListWorkstationConfigsResponse 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)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)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)default voidWorkstationsGrpc.AsyncService. listWorkstationConfigs(ListWorkstationConfigsRequest request, io.grpc.stub.StreamObserver<ListWorkstationConfigsResponse> responseObserver)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. -
Uses of ListWorkstationConfigsResponse in com.google.cloud.workstations.v1beta.stub
-