@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonTargetVpnGatewayStub extends TargetVpnGatewayStub
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<AggregatedListTargetVpnGatewaysHttpRequest,TargetVpnGatewayAggregatedList> |
aggregatedListTargetVpnGatewaysMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetVpnGatewayHttpRequest,Operation> |
deleteTargetVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetVpnGatewayHttpRequest,TargetVpnGateway> |
getTargetVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetVpnGatewayHttpRequest,Operation> |
insertTargetVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetVpnGatewaysHttpRequest,TargetVpnGatewayList> |
listTargetVpnGatewaysMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonTargetVpnGatewayStub(TargetVpnGatewayStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTargetVpnGatewayStub, using the given settings.
|
protected |
HttpJsonTargetVpnGatewayStub(TargetVpnGatewayStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetVpnGatewayStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListTargetVpnGatewaysHttpRequest,TargetVpnGatewayAggregatedList> aggregatedListTargetVpnGatewaysMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetVpnGatewayHttpRequest,Operation> deleteTargetVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetVpnGatewayHttpRequest,TargetVpnGateway> getTargetVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetVpnGatewayHttpRequest,Operation> insertTargetVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetVpnGatewaysHttpRequest,TargetVpnGatewayList> listTargetVpnGatewaysMethodDescriptor
protected HttpJsonTargetVpnGatewayStub(TargetVpnGatewayStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetVpnGatewayStub(TargetVpnGatewayStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetVpnGatewayStub create(TargetVpnGatewayStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetVpnGatewayStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetVpnGatewayStub 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<AggregatedListTargetVpnGatewaysHttpRequest,TargetVpnGatewayClient.AggregatedListTargetVpnGatewaysPagedResponse> aggregatedListTargetVpnGatewaysPagedCallable()
aggregatedListTargetVpnGatewaysPagedCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetVpnGatewaysHttpRequest,TargetVpnGatewayAggregatedList> aggregatedListTargetVpnGatewaysCallable()
aggregatedListTargetVpnGatewaysCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteTargetVpnGatewayHttpRequest,Operation> deleteTargetVpnGatewayCallable()
deleteTargetVpnGatewayCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetTargetVpnGatewayHttpRequest,TargetVpnGateway> getTargetVpnGatewayCallable()
getTargetVpnGatewayCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertTargetVpnGatewayHttpRequest,Operation> insertTargetVpnGatewayCallable()
insertTargetVpnGatewayCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetVpnGatewaysHttpRequest,TargetVpnGatewayClient.ListTargetVpnGatewaysPagedResponse> listTargetVpnGatewaysPagedCallable()
listTargetVpnGatewaysPagedCallable
in class TargetVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetVpnGatewaysHttpRequest,TargetVpnGatewayList> listTargetVpnGatewaysCallable()
listTargetVpnGatewaysCallable
in class TargetVpnGatewayStub
public final void close()
close
in interface AutoCloseable
close
in class TargetVpnGatewayStub
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.