com.google.cloud.dataplex.v1.stub.DataTaxonomyServiceStub Maven / Gradle / Ivy
Show all versions of google-cloud-dataplex Show documentation
/*
* 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.dataplex.v1.stub;
import static com.google.cloud.dataplex.v1.DataTaxonomyServiceClient.ListDataAttributeBindingsPagedResponse;
import static com.google.cloud.dataplex.v1.DataTaxonomyServiceClient.ListDataAttributesPagedResponse;
import static com.google.cloud.dataplex.v1.DataTaxonomyServiceClient.ListDataTaxonomiesPagedResponse;
import static com.google.cloud.dataplex.v1.DataTaxonomyServiceClient.ListLocationsPagedResponse;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dataplex.v1.CreateDataAttributeBindingRequest;
import com.google.cloud.dataplex.v1.CreateDataAttributeRequest;
import com.google.cloud.dataplex.v1.CreateDataTaxonomyRequest;
import com.google.cloud.dataplex.v1.DataAttribute;
import com.google.cloud.dataplex.v1.DataAttributeBinding;
import com.google.cloud.dataplex.v1.DataTaxonomy;
import com.google.cloud.dataplex.v1.DeleteDataAttributeBindingRequest;
import com.google.cloud.dataplex.v1.DeleteDataAttributeRequest;
import com.google.cloud.dataplex.v1.DeleteDataTaxonomyRequest;
import com.google.cloud.dataplex.v1.GetDataAttributeBindingRequest;
import com.google.cloud.dataplex.v1.GetDataAttributeRequest;
import com.google.cloud.dataplex.v1.GetDataTaxonomyRequest;
import com.google.cloud.dataplex.v1.ListDataAttributeBindingsRequest;
import com.google.cloud.dataplex.v1.ListDataAttributeBindingsResponse;
import com.google.cloud.dataplex.v1.ListDataAttributesRequest;
import com.google.cloud.dataplex.v1.ListDataAttributesResponse;
import com.google.cloud.dataplex.v1.ListDataTaxonomiesRequest;
import com.google.cloud.dataplex.v1.ListDataTaxonomiesResponse;
import com.google.cloud.dataplex.v1.OperationMetadata;
import com.google.cloud.dataplex.v1.UpdateDataAttributeBindingRequest;
import com.google.cloud.dataplex.v1.UpdateDataAttributeRequest;
import com.google.cloud.dataplex.v1.UpdateDataTaxonomyRequest;
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.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the DataTaxonomyService service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class DataTaxonomyServiceStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public OperationCallable
createDataTaxonomyOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createDataTaxonomyOperationCallable()");
}
public UnaryCallable createDataTaxonomyCallable() {
throw new UnsupportedOperationException("Not implemented: createDataTaxonomyCallable()");
}
public OperationCallable
updateDataTaxonomyOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateDataTaxonomyOperationCallable()");
}
public UnaryCallable updateDataTaxonomyCallable() {
throw new UnsupportedOperationException("Not implemented: updateDataTaxonomyCallable()");
}
public OperationCallable
deleteDataTaxonomyOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteDataTaxonomyOperationCallable()");
}
public UnaryCallable deleteDataTaxonomyCallable() {
throw new UnsupportedOperationException("Not implemented: deleteDataTaxonomyCallable()");
}
public UnaryCallable
listDataTaxonomiesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listDataTaxonomiesPagedCallable()");
}
public UnaryCallable
listDataTaxonomiesCallable() {
throw new UnsupportedOperationException("Not implemented: listDataTaxonomiesCallable()");
}
public UnaryCallable getDataTaxonomyCallable() {
throw new UnsupportedOperationException("Not implemented: getDataTaxonomyCallable()");
}
public OperationCallable<
CreateDataAttributeBindingRequest, DataAttributeBinding, OperationMetadata>
createDataAttributeBindingOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createDataAttributeBindingOperationCallable()");
}
public UnaryCallable
createDataAttributeBindingCallable() {
throw new UnsupportedOperationException(
"Not implemented: createDataAttributeBindingCallable()");
}
public OperationCallable<
UpdateDataAttributeBindingRequest, DataAttributeBinding, OperationMetadata>
updateDataAttributeBindingOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateDataAttributeBindingOperationCallable()");
}
public UnaryCallable
updateDataAttributeBindingCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateDataAttributeBindingCallable()");
}
public OperationCallable
deleteDataAttributeBindingOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteDataAttributeBindingOperationCallable()");
}
public UnaryCallable
deleteDataAttributeBindingCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteDataAttributeBindingCallable()");
}
public UnaryCallable
listDataAttributeBindingsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listDataAttributeBindingsPagedCallable()");
}
public UnaryCallable
listDataAttributeBindingsCallable() {
throw new UnsupportedOperationException("Not implemented: listDataAttributeBindingsCallable()");
}
public UnaryCallable
getDataAttributeBindingCallable() {
throw new UnsupportedOperationException("Not implemented: getDataAttributeBindingCallable()");
}
public OperationCallable
createDataAttributeOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createDataAttributeOperationCallable()");
}
public UnaryCallable createDataAttributeCallable() {
throw new UnsupportedOperationException("Not implemented: createDataAttributeCallable()");
}
public OperationCallable
updateDataAttributeOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateDataAttributeOperationCallable()");
}
public UnaryCallable updateDataAttributeCallable() {
throw new UnsupportedOperationException("Not implemented: updateDataAttributeCallable()");
}
public OperationCallable
deleteDataAttributeOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteDataAttributeOperationCallable()");
}
public UnaryCallable deleteDataAttributeCallable() {
throw new UnsupportedOperationException("Not implemented: deleteDataAttributeCallable()");
}
public UnaryCallable
listDataAttributesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listDataAttributesPagedCallable()");
}
public UnaryCallable
listDataAttributesCallable() {
throw new UnsupportedOperationException("Not implemented: listDataAttributesCallable()");
}
public UnaryCallable getDataAttributeCallable() {
throw new UnsupportedOperationException("Not implemented: getDataAttributeCallable()");
}
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();
}