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 ListGlobalOperationsRequest
ListGlobalOperationsRequest.Builder. build()
ListGlobalOperationsRequest
ListGlobalOperationsRequest.Builder. buildPartial()
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. getDefaultInstance()
ListGlobalOperationsRequest
ListGlobalOperationsRequest.Builder. getDefaultInstanceForType()
ListGlobalOperationsRequest
ListGlobalOperationsRequest. getDefaultInstanceForType()
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseDelimitedFrom(InputStream input)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(byte[] data)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(InputStream input)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. parseFrom(ByteBuffer data)
static ListGlobalOperationsRequest
ListGlobalOperationsRequest. 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.ListPagedResponse
GlobalOperationsClient. list(ListGlobalOperationsRequest request)
Retrieves a list of Operation resources contained within the specified project.ListGlobalOperationsRequest.Builder
ListGlobalOperationsRequest.Builder. mergeFrom(ListGlobalOperationsRequest other)
static ListGlobalOperationsRequest.Builder
ListGlobalOperationsRequest. 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.ListPage
GlobalOperationsClient.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.
-