Class ConnectionServiceStub
- java.lang.Object
-
- com.google.cloud.bigquery.connection.v1beta1.stub.ConnectionServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcConnectionServiceStub
,HttpJsonConnectionServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class ConnectionServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the ConnectionService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ConnectionServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.CreateConnectionRequest,ConnectionProto.Connection>
createConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.DeleteConnectionRequest,com.google.protobuf.Empty>
deleteConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.GetConnectionRequest,ConnectionProto.Connection>
getConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.ListConnectionsRequest,ConnectionProto.ListConnectionsResponse>
listConnectionsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionRequest,ConnectionProto.Connection>
updateConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
updateConnectionCredentialCallable()
-
-
-
Method Detail
-
createConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.CreateConnectionRequest,ConnectionProto.Connection> createConnectionCallable()
-
getConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.GetConnectionRequest,ConnectionProto.Connection> getConnectionCallable()
-
listConnectionsCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.ListConnectionsRequest,ConnectionProto.ListConnectionsResponse> listConnectionsCallable()
-
updateConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionRequest,ConnectionProto.Connection> updateConnectionCallable()
-
updateConnectionCredentialCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty> updateConnectionCredentialCallable()
-
deleteConnectionCallable
public com.google.api.gax.rpc.UnaryCallable<ConnectionProto.DeleteConnectionRequest,com.google.protobuf.Empty> deleteConnectionCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-