@Generated(value="by gapic-generator-java") public abstract class GlobalOperationsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
GlobalOperationsStub() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList> |
aggregatedListCallable() |
com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse> |
aggregatedListPagedCallable() |
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> |
deleteCallable() |
com.google.api.gax.rpc.UnaryCallable<GetGlobalOperationRequest,Operation> |
getCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse> |
listPagedCallable() |
com.google.api.gax.rpc.LongRunningClient |
longRunningClient() |
com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation> |
waitCallable() |
public com.google.api.gax.rpc.LongRunningClient longRunningClient()
public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList> aggregatedListCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> deleteCallable()
public com.google.api.gax.rpc.UnaryCallable<GetGlobalOperationRequest,Operation> getCallable()
public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse> listPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList> listCallable()
public com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation> waitCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.