Uses of Class
com.google.cloud.alloydb.v1alpha.ConnectionInfo
-
Packages that use ConnectionInfo Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of ConnectionInfo in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return ConnectionInfo Modifier and Type Method Description ConnectionInfo
ConnectionInfo.Builder. build()
ConnectionInfo
ConnectionInfo.Builder. buildPartial()
ConnectionInfo
AlloyDBAdminClient. getConnectionInfo(GetConnectionInfoRequest request)
Get instance metadata used for a connection.ConnectionInfo
AlloyDBAdminClient. getConnectionInfo(InstanceName parent)
Get instance metadata used for a connection.ConnectionInfo
AlloyDBAdminClient. getConnectionInfo(String parent)
Get instance metadata used for a connection.ConnectionInfo
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getConnectionInfo(GetConnectionInfoRequest request)
Get instance metadata used for a connection.static ConnectionInfo
ConnectionInfo. getDefaultInstance()
ConnectionInfo
ConnectionInfo.Builder. getDefaultInstanceForType()
ConnectionInfo
ConnectionInfo. getDefaultInstanceForType()
static ConnectionInfo
ConnectionInfo. parseDelimitedFrom(InputStream input)
static ConnectionInfo
ConnectionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionInfo
ConnectionInfo. parseFrom(byte[] data)
static ConnectionInfo
ConnectionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionInfo
ConnectionInfo. parseFrom(com.google.protobuf.ByteString data)
static ConnectionInfo
ConnectionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionInfo
ConnectionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ConnectionInfo
ConnectionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionInfo
ConnectionInfo. parseFrom(InputStream input)
static ConnectionInfo
ConnectionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionInfo
ConnectionInfo. parseFrom(ByteBuffer data)
static ConnectionInfo
ConnectionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type ConnectionInfo Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ConnectionInfo>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. getConnectionInfo(GetConnectionInfoRequest request)
Get instance metadata used for a connection.com.google.api.gax.rpc.UnaryCallable<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminClient. getConnectionInfoCallable()
Get instance metadata used for a connection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminSettings.Builder. getConnectionInfoSettings()
Returns the builder for the settings used for calls to getConnectionInfo.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminSettings. getConnectionInfoSettings()
Returns the object with the settings used for calls to getConnectionInfo.static io.grpc.MethodDescriptor<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminGrpc. getGetConnectionInfoMethod()
com.google.protobuf.Parser<ConnectionInfo>
ConnectionInfo. getParserForType()
static com.google.protobuf.Parser<ConnectionInfo>
ConnectionInfo. parser()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type ConnectionInfo Modifier and Type Method Description ConnectionInfo.Builder
ConnectionInfo.Builder. mergeFrom(ConnectionInfo other)
static ConnectionInfo.Builder
ConnectionInfo. newBuilder(ConnectionInfo prototype)
Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type ConnectionInfo Modifier and Type Method Description void
AlloyDBAdminGrpc.AlloyDBAdminStub. getConnectionInfo(GetConnectionInfoRequest request, io.grpc.stub.StreamObserver<ConnectionInfo> responseObserver)
Get instance metadata used for a connection.default void
AlloyDBAdminGrpc.AsyncService. getConnectionInfo(GetConnectionInfoRequest request, io.grpc.stub.StreamObserver<ConnectionInfo> responseObserver)
Get instance metadata used for a connection. -
Uses of ConnectionInfo in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type ConnectionInfo Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminStub. getConnectionInfoCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionInfoRequest,ConnectionInfo>
GrpcAlloyDBAdminStub. getConnectionInfoCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionInfoRequest,ConnectionInfo>
HttpJsonAlloyDBAdminStub. getConnectionInfoCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminStubSettings.Builder. getConnectionInfoSettings()
Returns the builder for the settings used for calls to getConnectionInfo.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo>
AlloyDBAdminStubSettings. getConnectionInfoSettings()
Returns the object with the settings used for calls to getConnectionInfo.
-