Uses of Class
com.google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse
-
Packages that use CheckValidCredsResponse Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer APIcom.google.cloud.bigquery.datatransfer.v1.stub -
-
Uses of CheckValidCredsResponse in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return CheckValidCredsResponse Modifier and Type Method Description CheckValidCredsResponse
CheckValidCredsResponse.Builder. build()
CheckValidCredsResponse
CheckValidCredsResponse.Builder. buildPartial()
CheckValidCredsResponse
DataTransferServiceClient. checkValidCreds(CheckValidCredsRequest request)
Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponse
DataTransferServiceClient. checkValidCreds(DataSourceName name)
Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponse
DataTransferServiceClient. checkValidCreds(String name)
Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponse
DataTransferServiceGrpc.DataTransferServiceBlockingStub. checkValidCreds(CheckValidCredsRequest request)
Returns true if valid credentials exist for the given data source and requesting user.static CheckValidCredsResponse
CheckValidCredsResponse. getDefaultInstance()
CheckValidCredsResponse
CheckValidCredsResponse.Builder. getDefaultInstanceForType()
CheckValidCredsResponse
CheckValidCredsResponse. getDefaultInstanceForType()
static CheckValidCredsResponse
CheckValidCredsResponse. parseDelimitedFrom(InputStream input)
static CheckValidCredsResponse
CheckValidCredsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(byte[] data)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(InputStream input)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(ByteBuffer data)
static CheckValidCredsResponse
CheckValidCredsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type CheckValidCredsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CheckValidCredsResponse>
DataTransferServiceGrpc.DataTransferServiceFutureStub. checkValidCreds(CheckValidCredsRequest request)
Returns true if valid credentials exist for the given data source and requesting user.com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceClient. checkValidCredsCallable()
Returns true if valid credentials exist for the given data source and requesting user.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceSettings.Builder. checkValidCredsSettings()
Returns the builder for the settings used for calls to checkValidCreds.com.google.api.gax.rpc.UnaryCallSettings<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceSettings. checkValidCredsSettings()
Returns the object with the settings used for calls to checkValidCreds.static io.grpc.MethodDescriptor<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceGrpc. getCheckValidCredsMethod()
com.google.protobuf.Parser<CheckValidCredsResponse>
CheckValidCredsResponse. getParserForType()
static com.google.protobuf.Parser<CheckValidCredsResponse>
CheckValidCredsResponse. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type CheckValidCredsResponse Modifier and Type Method Description CheckValidCredsResponse.Builder
CheckValidCredsResponse.Builder. mergeFrom(CheckValidCredsResponse other)
static CheckValidCredsResponse.Builder
CheckValidCredsResponse. newBuilder(CheckValidCredsResponse prototype)
Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type CheckValidCredsResponse Modifier and Type Method Description default void
DataTransferServiceGrpc.AsyncService. checkValidCreds(CheckValidCredsRequest request, io.grpc.stub.StreamObserver<CheckValidCredsResponse> responseObserver)
Returns true if valid credentials exist for the given data source and requesting user.void
DataTransferServiceGrpc.DataTransferServiceStub. checkValidCreds(CheckValidCredsRequest request, io.grpc.stub.StreamObserver<CheckValidCredsResponse> responseObserver)
Returns true if valid credentials exist for the given data source and requesting user. -
Uses of CheckValidCredsResponse in com.google.cloud.bigquery.datatransfer.v1.stub
Methods in com.google.cloud.bigquery.datatransfer.v1.stub that return types with arguments of type CheckValidCredsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceStub. checkValidCredsCallable()
com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse>
GrpcDataTransferServiceStub. checkValidCredsCallable()
com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse>
HttpJsonDataTransferServiceStub. checkValidCredsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceStubSettings.Builder. checkValidCredsSettings()
Returns the builder for the settings used for calls to checkValidCreds.com.google.api.gax.rpc.UnaryCallSettings<CheckValidCredsRequest,CheckValidCredsResponse>
DataTransferServiceStubSettings. checkValidCredsSettings()
Returns the object with the settings used for calls to checkValidCreds.
-