Uses of Class
com.google.cloud.compute.v1.ListGlobalOperationsRequest
-
Packages that use ListGlobalOperationsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListGlobalOperationsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListGlobalOperationsRequest Modifier and Type Method Description ListGlobalOperationsRequestListGlobalOperationsRequest.Builder. build()ListGlobalOperationsRequestListGlobalOperationsRequest.Builder. buildPartial()static ListGlobalOperationsRequestListGlobalOperationsRequest. getDefaultInstance()ListGlobalOperationsRequestListGlobalOperationsRequest.Builder. getDefaultInstanceForType()ListGlobalOperationsRequestListGlobalOperationsRequest. getDefaultInstanceForType()static ListGlobalOperationsRequestListGlobalOperationsRequest. parseDelimitedFrom(InputStream input)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(byte[] data)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(InputStream input)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(ByteBuffer data)static ListGlobalOperationsRequestListGlobalOperationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListGlobalOperationsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListGlobalOperationsRequest>ListGlobalOperationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList>GlobalOperationsClient. listCallable()Retrieves a list of Operation resources contained within the specified project.com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse>GlobalOperationsClient. listPagedCallable()Retrieves a list of Operation resources contained within the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalOperationsRequest,OperationList,GlobalOperationsClient.ListPagedResponse>GlobalOperationsSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalOperationsRequest,OperationList,GlobalOperationsClient.ListPagedResponse>GlobalOperationsSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListGlobalOperationsRequest>ListGlobalOperationsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListGlobalOperationsRequest Modifier and Type Method Description GlobalOperationsClient.ListPagedResponseGlobalOperationsClient. list(ListGlobalOperationsRequest request)Retrieves a list of Operation resources contained within the specified project.ListGlobalOperationsRequest.BuilderListGlobalOperationsRequest.Builder. mergeFrom(ListGlobalOperationsRequest other)static ListGlobalOperationsRequest.BuilderListGlobalOperationsRequest. newBuilder(ListGlobalOperationsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListGlobalOperationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<GlobalOperationsClient.ListPagedResponse>GlobalOperationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse)protected GlobalOperationsClient.ListPageGlobalOperationsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, OperationList response)com.google.api.core.ApiFuture<GlobalOperationsClient.ListPage>GlobalOperationsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse) -
Uses of ListGlobalOperationsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListGlobalOperationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList>GlobalOperationsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList>HttpJsonGlobalOperationsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse>GlobalOperationsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse>HttpJsonGlobalOperationsStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalOperationsRequest,OperationList,GlobalOperationsClient.ListPagedResponse>GlobalOperationsStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalOperationsRequest,OperationList,GlobalOperationsClient.ListPagedResponse>GlobalOperationsStubSettings. listSettings()Returns the object with the settings used for calls to list.
-