@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonGlobalOperationStub extends GlobalOperationStub
This class is for advanced usage and reflects the underlying API directly.
Modifier and Type | Field and Description |
---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListGlobalOperationsHttpRequest,OperationAggregatedList> |
aggregatedListGlobalOperationsMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteGlobalOperationHttpRequest,Void> |
deleteGlobalOperationMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetGlobalOperationHttpRequest,Operation> |
getGlobalOperationMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListGlobalOperationsHttpRequest,OperationList> |
listGlobalOperationsMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonGlobalOperationStub(GlobalOperationStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonGlobalOperationStub, using the given settings.
|
protected |
HttpJsonGlobalOperationStub(GlobalOperationStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGlobalOperationStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListGlobalOperationsHttpRequest,OperationAggregatedList> aggregatedListGlobalOperationsMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteGlobalOperationHttpRequest,Void> deleteGlobalOperationMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetGlobalOperationHttpRequest,Operation> getGlobalOperationMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListGlobalOperationsHttpRequest,OperationList> listGlobalOperationsMethodDescriptor
protected HttpJsonGlobalOperationStub(GlobalOperationStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonGlobalOperationStub(GlobalOperationStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonGlobalOperationStub create(GlobalOperationStubSettings settings) throws IOException
IOException
public static final HttpJsonGlobalOperationStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonGlobalOperationStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsHttpRequest,GlobalOperationClient.AggregatedListGlobalOperationsPagedResponse> aggregatedListGlobalOperationsPagedCallable()
aggregatedListGlobalOperationsPagedCallable
in class GlobalOperationStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsHttpRequest,OperationAggregatedList> aggregatedListGlobalOperationsCallable()
aggregatedListGlobalOperationsCallable
in class GlobalOperationStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationHttpRequest,Void> deleteGlobalOperationCallable()
deleteGlobalOperationCallable
in class GlobalOperationStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetGlobalOperationHttpRequest,Operation> getGlobalOperationCallable()
getGlobalOperationCallable
in class GlobalOperationStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsHttpRequest,GlobalOperationClient.ListGlobalOperationsPagedResponse> listGlobalOperationsPagedCallable()
listGlobalOperationsPagedCallable
in class GlobalOperationStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListGlobalOperationsHttpRequest,OperationList> listGlobalOperationsCallable()
listGlobalOperationsCallable
in class GlobalOperationStub
public final void close()
close
in interface AutoCloseable
close
in class GlobalOperationStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.