@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonExternalVpnGatewayStub extends ExternalVpnGatewayStub
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<DeleteExternalVpnGatewayHttpRequest,Operation> |
deleteExternalVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetExternalVpnGatewayHttpRequest,ExternalVpnGateway> |
getExternalVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertExternalVpnGatewayHttpRequest,Operation> |
insertExternalVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListExternalVpnGatewaysHttpRequest,ExternalVpnGatewayList> |
listExternalVpnGatewaysMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetLabelsExternalVpnGatewayHttpRequest,Operation> |
setLabelsExternalVpnGatewayMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<TestIamPermissionsExternalVpnGatewayHttpRequest,TestPermissionsResponse> |
testIamPermissionsExternalVpnGatewayMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonExternalVpnGatewayStub(ExternalVpnGatewayStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonExternalVpnGatewayStub, using the given settings.
|
protected |
HttpJsonExternalVpnGatewayStub(ExternalVpnGatewayStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonExternalVpnGatewayStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteExternalVpnGatewayHttpRequest,Operation> deleteExternalVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetExternalVpnGatewayHttpRequest,ExternalVpnGateway> getExternalVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertExternalVpnGatewayHttpRequest,Operation> insertExternalVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListExternalVpnGatewaysHttpRequest,ExternalVpnGatewayList> listExternalVpnGatewaysMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetLabelsExternalVpnGatewayHttpRequest,Operation> setLabelsExternalVpnGatewayMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<TestIamPermissionsExternalVpnGatewayHttpRequest,TestPermissionsResponse> testIamPermissionsExternalVpnGatewayMethodDescriptor
protected HttpJsonExternalVpnGatewayStub(ExternalVpnGatewayStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonExternalVpnGatewayStub(ExternalVpnGatewayStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonExternalVpnGatewayStub create(ExternalVpnGatewayStubSettings settings) throws IOException
IOException
public static final HttpJsonExternalVpnGatewayStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonExternalVpnGatewayStub 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<DeleteExternalVpnGatewayHttpRequest,Operation> deleteExternalVpnGatewayCallable()
deleteExternalVpnGatewayCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetExternalVpnGatewayHttpRequest,ExternalVpnGateway> getExternalVpnGatewayCallable()
getExternalVpnGatewayCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertExternalVpnGatewayHttpRequest,Operation> insertExternalVpnGatewayCallable()
insertExternalVpnGatewayCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListExternalVpnGatewaysHttpRequest,ExternalVpnGatewayClient.ListExternalVpnGatewaysPagedResponse> listExternalVpnGatewaysPagedCallable()
listExternalVpnGatewaysPagedCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListExternalVpnGatewaysHttpRequest,ExternalVpnGatewayList> listExternalVpnGatewaysCallable()
listExternalVpnGatewaysCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetLabelsExternalVpnGatewayHttpRequest,Operation> setLabelsExternalVpnGatewayCallable()
setLabelsExternalVpnGatewayCallable
in class ExternalVpnGatewayStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsExternalVpnGatewayHttpRequest,TestPermissionsResponse> testIamPermissionsExternalVpnGatewayCallable()
testIamPermissionsExternalVpnGatewayCallable
in class ExternalVpnGatewayStub
public final void close()
close
in interface AutoCloseable
close
in class ExternalVpnGatewayStub
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.