Uses of Class
com.google.cloud.workstations.v1beta.ListUsableWorkstationConfigsRequest
-
Packages that use ListUsableWorkstationConfigsRequest Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations APIcom.google.cloud.workstations.v1beta.stub -
-
Uses of ListUsableWorkstationConfigsRequest in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return ListUsableWorkstationConfigsRequest Modifier and Type Method Description ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest.Builder. build()ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest.Builder. buildPartial()static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. getDefaultInstance()ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest.Builder. getDefaultInstanceForType()ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. getDefaultInstanceForType()static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseDelimitedFrom(InputStream input)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(byte[] data)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(com.google.protobuf.ByteString data)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(InputStream input)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(ByteBuffer data)static ListUsableWorkstationConfigsRequestListUsableWorkstationConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type ListUsableWorkstationConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse>WorkstationsGrpc. getListUsableWorkstationConfigsMethod()com.google.protobuf.Parser<ListUsableWorkstationConfigsRequest>ListUsableWorkstationConfigsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse>WorkstationsClient. listUsableWorkstationConfigsCallable()Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.com.google.api.gax.rpc.UnaryCallable<ListUsableWorkstationConfigsRequest,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse>WorkstationsClient. listUsableWorkstationConfigsPagedCallable()Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse>WorkstationsSettings.Builder. listUsableWorkstationConfigsSettings()Returns the builder for the settings used for calls to listUsableWorkstationConfigs.com.google.api.gax.rpc.PagedCallSettings<ListUsableWorkstationConfigsRequest,ListUsableWorkstationConfigsResponse,WorkstationsClient.ListUsableWorkstationConfigsPagedResponse>WorkstationsSettings. listUsableWorkstationConfigsSettings()Returns the object with the settings used for calls to listUsableWorkstationConfigs.static com.google.protobuf.Parser<ListUsableWorkstationConfigsRequest>ListUsableWorkstationConfigsRequest. parser()Methods in com.google.cloud.workstations.v1beta with parameters of type ListUsableWorkstationConfigsRequest Modifier and Type Method Description WorkstationsClient.ListUsableWorkstationConfigsPagedResponseWorkstationsClient. listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.default voidWorkstationsGrpc.AsyncService. listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request, io.grpc.stub.StreamObserver<ListUsableWorkstationConfigsResponse> responseObserver)Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.ListUsableWorkstationConfigsResponseWorkstationsGrpc.WorkstationsBlockingStub. listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.com.google.common.util.concurrent.ListenableFuture<ListUsableWorkstationConfigsResponse>WorkstationsGrpc.WorkstationsFutureStub. listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request)Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.voidWorkstationsGrpc.WorkstationsStub. listUsableWorkstationConfigs(ListUsableWorkstationConfigsRequest request, io.grpc.stub.StreamObserver<ListUsableWorkstationConfigsResponse> responseObserver)Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.ListUsableWorkstationConfigsRequest.BuilderListUsableWorkstationConfigsRequest.Builder. mergeFrom(ListUsableWorkstationConfigsRequest other)static ListUsableWorkstationConfigsRequest.BuilderListUsableWorkstationConfigsRequest. newBuilder(ListUsableWorkstationConfigsRequest prototype) -
Uses of ListUsableWorkstationConfigsRequest in com.google.cloud.workstations.v1beta.stub
-