Uses of Class
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.UpdateConnectionCredentialRequest
-
Packages that use ConnectionProto.UpdateConnectionCredentialRequest Package Description com.google.cloud.bigquery.connection.v1beta1 A client to BigQuery Connection APIcom.google.cloud.bigquery.connection.v1beta1.stub -
-
Uses of ConnectionProto.UpdateConnectionCredentialRequest in com.google.cloud.bigquery.connection.v1beta1
Methods in com.google.cloud.bigquery.connection.v1beta1 that return ConnectionProto.UpdateConnectionCredentialRequest Modifier and Type Method Description ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest.Builder. build()
ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest.Builder. buildPartial()
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. getDefaultInstance()
ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest.Builder. getDefaultInstanceForType()
ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. getDefaultInstanceForType()
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseDelimitedFrom(InputStream input)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(byte[] data)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(com.google.protobuf.ByteString data)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(InputStream input)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(ByteBuffer data)
static ConnectionProto.UpdateConnectionCredentialRequest
ConnectionProto.UpdateConnectionCredentialRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.connection.v1beta1 that return types with arguments of type ConnectionProto.UpdateConnectionCredentialRequest Modifier and Type Method Description com.google.protobuf.Parser<ConnectionProto.UpdateConnectionCredentialRequest>
ConnectionProto.UpdateConnectionCredentialRequest. getParserForType()
static io.grpc.MethodDescriptor<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceGrpc. getUpdateConnectionCredentialMethod()
static com.google.protobuf.Parser<ConnectionProto.UpdateConnectionCredentialRequest>
ConnectionProto.UpdateConnectionCredentialRequest. parser()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceClient. updateConnectionCredentialCallable()
Sets the credential for the specified connection.com.google.api.gax.rpc.UnaryCallSettings.Builder<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceSettings.Builder. updateConnectionCredentialSettings()
Returns the builder for the settings used for calls to updateConnectionCredential.com.google.api.gax.rpc.UnaryCallSettings<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceSettings. updateConnectionCredentialSettings()
Returns the object with the settings used for calls to updateConnectionCredential.Methods in com.google.cloud.bigquery.connection.v1beta1 with parameters of type ConnectionProto.UpdateConnectionCredentialRequest Modifier and Type Method Description ConnectionProto.UpdateConnectionCredentialRequest.Builder
ConnectionProto.UpdateConnectionCredentialRequest.Builder. mergeFrom(ConnectionProto.UpdateConnectionCredentialRequest other)
static ConnectionProto.UpdateConnectionCredentialRequest.Builder
ConnectionProto.UpdateConnectionCredentialRequest. newBuilder(ConnectionProto.UpdateConnectionCredentialRequest prototype)
void
ConnectionServiceClient. updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request)
Sets the credential for the specified connection.default void
ConnectionServiceGrpc.AsyncService. updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Sets the credential for the specified connection.com.google.protobuf.Empty
ConnectionServiceGrpc.ConnectionServiceBlockingStub. updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request)
Sets the credential for the specified connection.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
ConnectionServiceGrpc.ConnectionServiceFutureStub. updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request)
Sets the credential for the specified connection.void
ConnectionServiceGrpc.ConnectionServiceStub. updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Sets the credential for the specified connection. -
Uses of ConnectionProto.UpdateConnectionCredentialRequest in com.google.cloud.bigquery.connection.v1beta1.stub
Methods in com.google.cloud.bigquery.connection.v1beta1.stub that return types with arguments of type ConnectionProto.UpdateConnectionCredentialRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceStub. updateConnectionCredentialCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
GrpcConnectionServiceStub. updateConnectionCredentialCallable()
com.google.api.gax.rpc.UnaryCallable<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
HttpJsonConnectionServiceStub. updateConnectionCredentialCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceStubSettings.Builder. updateConnectionCredentialSettings()
Returns the builder for the settings used for calls to updateConnectionCredential.com.google.api.gax.rpc.UnaryCallSettings<ConnectionProto.UpdateConnectionCredentialRequest,com.google.protobuf.Empty>
ConnectionServiceStubSettings. updateConnectionCredentialSettings()
Returns the object with the settings used for calls to updateConnectionCredential.
-