Package com.google.cloud.compute.v1.stub
Class GlobalOperationsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.GlobalOperationsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonGlobalOperationsStub
@Generated("by gapic-generator-java") public abstract class GlobalOperationsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the GlobalOperations service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description GlobalOperationsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
longRunningClient
@BetaApi public com.google.api.gax.rpc.LongRunningClient longRunningClient()
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList> aggregatedListCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetGlobalOperationRequest,Operation> getCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsRequest,OperationList> listCallable()
-
waitCallable
public com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation> waitCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-