All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataplex.v1.stub.DataplexServiceStub Maven / Gradle / Ivy

Go to download

Cloud Dataplex provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.

There is a newer version: 1.49.0
Show newest version
/*
 * 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.DataplexServiceClient.ListAssetActionsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListAssetsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListEnvironmentsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListJobsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListLakeActionsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListLakesPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListLocationsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListSessionsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListTasksPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListZoneActionsPagedResponse;
import static com.google.cloud.dataplex.v1.DataplexServiceClient.ListZonesPagedResponse;

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.Asset;
import com.google.cloud.dataplex.v1.CancelJobRequest;
import com.google.cloud.dataplex.v1.CreateAssetRequest;
import com.google.cloud.dataplex.v1.CreateEnvironmentRequest;
import com.google.cloud.dataplex.v1.CreateLakeRequest;
import com.google.cloud.dataplex.v1.CreateTaskRequest;
import com.google.cloud.dataplex.v1.CreateZoneRequest;
import com.google.cloud.dataplex.v1.DeleteAssetRequest;
import com.google.cloud.dataplex.v1.DeleteEnvironmentRequest;
import com.google.cloud.dataplex.v1.DeleteLakeRequest;
import com.google.cloud.dataplex.v1.DeleteTaskRequest;
import com.google.cloud.dataplex.v1.DeleteZoneRequest;
import com.google.cloud.dataplex.v1.Environment;
import com.google.cloud.dataplex.v1.GetAssetRequest;
import com.google.cloud.dataplex.v1.GetEnvironmentRequest;
import com.google.cloud.dataplex.v1.GetJobRequest;
import com.google.cloud.dataplex.v1.GetLakeRequest;
import com.google.cloud.dataplex.v1.GetTaskRequest;
import com.google.cloud.dataplex.v1.GetZoneRequest;
import com.google.cloud.dataplex.v1.Job;
import com.google.cloud.dataplex.v1.Lake;
import com.google.cloud.dataplex.v1.ListActionsResponse;
import com.google.cloud.dataplex.v1.ListAssetActionsRequest;
import com.google.cloud.dataplex.v1.ListAssetsRequest;
import com.google.cloud.dataplex.v1.ListAssetsResponse;
import com.google.cloud.dataplex.v1.ListEnvironmentsRequest;
import com.google.cloud.dataplex.v1.ListEnvironmentsResponse;
import com.google.cloud.dataplex.v1.ListJobsRequest;
import com.google.cloud.dataplex.v1.ListJobsResponse;
import com.google.cloud.dataplex.v1.ListLakeActionsRequest;
import com.google.cloud.dataplex.v1.ListLakesRequest;
import com.google.cloud.dataplex.v1.ListLakesResponse;
import com.google.cloud.dataplex.v1.ListSessionsRequest;
import com.google.cloud.dataplex.v1.ListSessionsResponse;
import com.google.cloud.dataplex.v1.ListTasksRequest;
import com.google.cloud.dataplex.v1.ListTasksResponse;
import com.google.cloud.dataplex.v1.ListZoneActionsRequest;
import com.google.cloud.dataplex.v1.ListZonesRequest;
import com.google.cloud.dataplex.v1.ListZonesResponse;
import com.google.cloud.dataplex.v1.OperationMetadata;
import com.google.cloud.dataplex.v1.RunTaskRequest;
import com.google.cloud.dataplex.v1.RunTaskResponse;
import com.google.cloud.dataplex.v1.Task;
import com.google.cloud.dataplex.v1.UpdateAssetRequest;
import com.google.cloud.dataplex.v1.UpdateEnvironmentRequest;
import com.google.cloud.dataplex.v1.UpdateLakeRequest;
import com.google.cloud.dataplex.v1.UpdateTaskRequest;
import com.google.cloud.dataplex.v1.UpdateZoneRequest;
import com.google.cloud.dataplex.v1.Zone;
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 DataplexService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class DataplexServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public OperationCallable createLakeOperationCallable() { throw new UnsupportedOperationException("Not implemented: createLakeOperationCallable()"); } public UnaryCallable createLakeCallable() { throw new UnsupportedOperationException("Not implemented: createLakeCallable()"); } public OperationCallable updateLakeOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateLakeOperationCallable()"); } public UnaryCallable updateLakeCallable() { throw new UnsupportedOperationException("Not implemented: updateLakeCallable()"); } public OperationCallable deleteLakeOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteLakeOperationCallable()"); } public UnaryCallable deleteLakeCallable() { throw new UnsupportedOperationException("Not implemented: deleteLakeCallable()"); } public UnaryCallable listLakesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLakesPagedCallable()"); } public UnaryCallable listLakesCallable() { throw new UnsupportedOperationException("Not implemented: listLakesCallable()"); } public UnaryCallable getLakeCallable() { throw new UnsupportedOperationException("Not implemented: getLakeCallable()"); } public UnaryCallable listLakeActionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLakeActionsPagedCallable()"); } public UnaryCallable listLakeActionsCallable() { throw new UnsupportedOperationException("Not implemented: listLakeActionsCallable()"); } public OperationCallable createZoneOperationCallable() { throw new UnsupportedOperationException("Not implemented: createZoneOperationCallable()"); } public UnaryCallable createZoneCallable() { throw new UnsupportedOperationException("Not implemented: createZoneCallable()"); } public OperationCallable updateZoneOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateZoneOperationCallable()"); } public UnaryCallable updateZoneCallable() { throw new UnsupportedOperationException("Not implemented: updateZoneCallable()"); } public OperationCallable deleteZoneOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteZoneOperationCallable()"); } public UnaryCallable deleteZoneCallable() { throw new UnsupportedOperationException("Not implemented: deleteZoneCallable()"); } public UnaryCallable listZonesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listZonesPagedCallable()"); } public UnaryCallable listZonesCallable() { throw new UnsupportedOperationException("Not implemented: listZonesCallable()"); } public UnaryCallable getZoneCallable() { throw new UnsupportedOperationException("Not implemented: getZoneCallable()"); } public UnaryCallable listZoneActionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listZoneActionsPagedCallable()"); } public UnaryCallable listZoneActionsCallable() { throw new UnsupportedOperationException("Not implemented: listZoneActionsCallable()"); } public OperationCallable createAssetOperationCallable() { throw new UnsupportedOperationException("Not implemented: createAssetOperationCallable()"); } public UnaryCallable createAssetCallable() { throw new UnsupportedOperationException("Not implemented: createAssetCallable()"); } public OperationCallable updateAssetOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateAssetOperationCallable()"); } public UnaryCallable updateAssetCallable() { throw new UnsupportedOperationException("Not implemented: updateAssetCallable()"); } public OperationCallable deleteAssetOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteAssetOperationCallable()"); } public UnaryCallable deleteAssetCallable() { throw new UnsupportedOperationException("Not implemented: deleteAssetCallable()"); } public UnaryCallable listAssetsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAssetsPagedCallable()"); } public UnaryCallable listAssetsCallable() { throw new UnsupportedOperationException("Not implemented: listAssetsCallable()"); } public UnaryCallable getAssetCallable() { throw new UnsupportedOperationException("Not implemented: getAssetCallable()"); } public UnaryCallable listAssetActionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAssetActionsPagedCallable()"); } public UnaryCallable listAssetActionsCallable() { throw new UnsupportedOperationException("Not implemented: listAssetActionsCallable()"); } public OperationCallable createTaskOperationCallable() { throw new UnsupportedOperationException("Not implemented: createTaskOperationCallable()"); } public UnaryCallable createTaskCallable() { throw new UnsupportedOperationException("Not implemented: createTaskCallable()"); } public OperationCallable updateTaskOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateTaskOperationCallable()"); } public UnaryCallable updateTaskCallable() { throw new UnsupportedOperationException("Not implemented: updateTaskCallable()"); } public OperationCallable deleteTaskOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteTaskOperationCallable()"); } public UnaryCallable deleteTaskCallable() { throw new UnsupportedOperationException("Not implemented: deleteTaskCallable()"); } public UnaryCallable listTasksPagedCallable() { throw new UnsupportedOperationException("Not implemented: listTasksPagedCallable()"); } public UnaryCallable listTasksCallable() { throw new UnsupportedOperationException("Not implemented: listTasksCallable()"); } public UnaryCallable getTaskCallable() { throw new UnsupportedOperationException("Not implemented: getTaskCallable()"); } public UnaryCallable listJobsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listJobsPagedCallable()"); } public UnaryCallable listJobsCallable() { throw new UnsupportedOperationException("Not implemented: listJobsCallable()"); } public UnaryCallable runTaskCallable() { throw new UnsupportedOperationException("Not implemented: runTaskCallable()"); } public UnaryCallable getJobCallable() { throw new UnsupportedOperationException("Not implemented: getJobCallable()"); } public UnaryCallable cancelJobCallable() { throw new UnsupportedOperationException("Not implemented: cancelJobCallable()"); } public OperationCallable createEnvironmentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createEnvironmentOperationCallable()"); } public UnaryCallable createEnvironmentCallable() { throw new UnsupportedOperationException("Not implemented: createEnvironmentCallable()"); } public OperationCallable updateEnvironmentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateEnvironmentOperationCallable()"); } public UnaryCallable updateEnvironmentCallable() { throw new UnsupportedOperationException("Not implemented: updateEnvironmentCallable()"); } public OperationCallable deleteEnvironmentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteEnvironmentOperationCallable()"); } public UnaryCallable deleteEnvironmentCallable() { throw new UnsupportedOperationException("Not implemented: deleteEnvironmentCallable()"); } public UnaryCallable listEnvironmentsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listEnvironmentsPagedCallable()"); } public UnaryCallable listEnvironmentsCallable() { throw new UnsupportedOperationException("Not implemented: listEnvironmentsCallable()"); } public UnaryCallable getEnvironmentCallable() { throw new UnsupportedOperationException("Not implemented: getEnvironmentCallable()"); } public UnaryCallable listSessionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSessionsPagedCallable()"); } public UnaryCallable listSessionsCallable() { throw new UnsupportedOperationException("Not implemented: listSessionsCallable()"); } 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(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy