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 CheckValidCredsResponseCheckValidCredsResponse.Builder. build()CheckValidCredsResponseCheckValidCredsResponse.Builder. buildPartial()CheckValidCredsResponseDataTransferServiceClient. checkValidCreds(CheckValidCredsRequest request)Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponseDataTransferServiceClient. checkValidCreds(DataSourceName name)Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponseDataTransferServiceClient. checkValidCreds(String name)Returns true if valid credentials exist for the given data source and requesting user.CheckValidCredsResponseDataTransferServiceGrpc.DataTransferServiceBlockingStub. checkValidCreds(CheckValidCredsRequest request)Returns true if valid credentials exist for the given data source and requesting user.static CheckValidCredsResponseCheckValidCredsResponse. getDefaultInstance()CheckValidCredsResponseCheckValidCredsResponse.Builder. getDefaultInstanceForType()CheckValidCredsResponseCheckValidCredsResponse. getDefaultInstanceForType()static CheckValidCredsResponseCheckValidCredsResponse. parseDelimitedFrom(InputStream input)static CheckValidCredsResponseCheckValidCredsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(byte[] data)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(com.google.protobuf.ByteString data)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(InputStream input)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckValidCredsResponseCheckValidCredsResponse. parseFrom(ByteBuffer data)static CheckValidCredsResponseCheckValidCredsResponse. 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.BuilderCheckValidCredsResponse.Builder. mergeFrom(CheckValidCredsResponse other)static CheckValidCredsResponse.BuilderCheckValidCredsResponse. newBuilder(CheckValidCredsResponse prototype)Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type CheckValidCredsResponse Modifier and Type Method Description default voidDataTransferServiceGrpc.AsyncService. checkValidCreds(CheckValidCredsRequest request, io.grpc.stub.StreamObserver<CheckValidCredsResponse> responseObserver)Returns true if valid credentials exist for the given data source and requesting user.voidDataTransferServiceGrpc.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.
-