com.google.cloud.bigquery.datatransfer.v1.stub.DataTransferServiceStub Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.bigquery.datatransfer.v1.stub;
import static com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListDataSourcesPagedResponse;
import static com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListLocationsPagedResponse;
import static com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListTransferConfigsPagedResponse;
import static com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListTransferLogsPagedResponse;
import static com.google.cloud.bigquery.datatransfer.v1.DataTransferServiceClient.ListTransferRunsPagedResponse;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest;
import com.google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse;
import com.google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest;
import com.google.cloud.bigquery.datatransfer.v1.DataSource;
import com.google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest;
import com.google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest;
import com.google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest;
import com.google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest;
import com.google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest;
import com.google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest;
import com.google.cloud.bigquery.datatransfer.v1.ListDataSourcesRequest;
import com.google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsRequest;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferLogsRequest;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest;
import com.google.cloud.bigquery.datatransfer.v1.ListTransferRunsResponse;
import com.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest;
import com.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse;
import com.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest;
import com.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse;
import com.google.cloud.bigquery.datatransfer.v1.TransferConfig;
import com.google.cloud.bigquery.datatransfer.v1.TransferRun;
import com.google.cloud.bigquery.datatransfer.v1.UnenrollDataSourcesRequest;
import com.google.cloud.bigquery.datatransfer.v1.UpdateTransferConfigRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the DataTransferService service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class DataTransferServiceStub implements BackgroundResource {
public UnaryCallable getDataSourceCallable() {
throw new UnsupportedOperationException("Not implemented: getDataSourceCallable()");
}
public UnaryCallable
listDataSourcesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listDataSourcesPagedCallable()");
}
public UnaryCallable listDataSourcesCallable() {
throw new UnsupportedOperationException("Not implemented: listDataSourcesCallable()");
}
public UnaryCallable createTransferConfigCallable() {
throw new UnsupportedOperationException("Not implemented: createTransferConfigCallable()");
}
public UnaryCallable updateTransferConfigCallable() {
throw new UnsupportedOperationException("Not implemented: updateTransferConfigCallable()");
}
public UnaryCallable deleteTransferConfigCallable() {
throw new UnsupportedOperationException("Not implemented: deleteTransferConfigCallable()");
}
public UnaryCallable getTransferConfigCallable() {
throw new UnsupportedOperationException("Not implemented: getTransferConfigCallable()");
}
public UnaryCallable
listTransferConfigsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferConfigsPagedCallable()");
}
public UnaryCallable
listTransferConfigsCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferConfigsCallable()");
}
@Deprecated
public UnaryCallable
scheduleTransferRunsCallable() {
throw new UnsupportedOperationException("Not implemented: scheduleTransferRunsCallable()");
}
public UnaryCallable
startManualTransferRunsCallable() {
throw new UnsupportedOperationException("Not implemented: startManualTransferRunsCallable()");
}
public UnaryCallable getTransferRunCallable() {
throw new UnsupportedOperationException("Not implemented: getTransferRunCallable()");
}
public UnaryCallable deleteTransferRunCallable() {
throw new UnsupportedOperationException("Not implemented: deleteTransferRunCallable()");
}
public UnaryCallable
listTransferRunsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferRunsPagedCallable()");
}
public UnaryCallable
listTransferRunsCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferRunsCallable()");
}
public UnaryCallable
listTransferLogsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferLogsPagedCallable()");
}
public UnaryCallable
listTransferLogsCallable() {
throw new UnsupportedOperationException("Not implemented: listTransferLogsCallable()");
}
public UnaryCallable checkValidCredsCallable() {
throw new UnsupportedOperationException("Not implemented: checkValidCredsCallable()");
}
public UnaryCallable enrollDataSourcesCallable() {
throw new UnsupportedOperationException("Not implemented: enrollDataSourcesCallable()");
}
public UnaryCallable unenrollDataSourcesCallable() {
throw new UnsupportedOperationException("Not implemented: unenrollDataSourcesCallable()");
}
public UnaryCallable
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
}
public UnaryCallable listLocationsCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsCallable()");
}
public UnaryCallable getLocationCallable() {
throw new UnsupportedOperationException("Not implemented: getLocationCallable()");
}
@Override
public abstract void close();
}