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

com.google.area120.tables.v1alpha.stub.TablesServiceStub Maven / Gradle / Ivy

There is a newer version: 0.58.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.area120.tables.v1alpha.stub;

import static com.google.area120.tables.v1alpha.TablesServiceClient.ListRowsPagedResponse;
import static com.google.area120.tables.v1alpha.TablesServiceClient.ListTablesPagedResponse;
import static com.google.area120.tables.v1alpha.TablesServiceClient.ListWorkspacesPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.area120.tables.v1alpha1.BatchCreateRowsRequest;
import com.google.area120.tables.v1alpha1.BatchCreateRowsResponse;
import com.google.area120.tables.v1alpha1.BatchDeleteRowsRequest;
import com.google.area120.tables.v1alpha1.BatchUpdateRowsRequest;
import com.google.area120.tables.v1alpha1.BatchUpdateRowsResponse;
import com.google.area120.tables.v1alpha1.CreateRowRequest;
import com.google.area120.tables.v1alpha1.DeleteRowRequest;
import com.google.area120.tables.v1alpha1.GetRowRequest;
import com.google.area120.tables.v1alpha1.GetTableRequest;
import com.google.area120.tables.v1alpha1.GetWorkspaceRequest;
import com.google.area120.tables.v1alpha1.ListRowsRequest;
import com.google.area120.tables.v1alpha1.ListRowsResponse;
import com.google.area120.tables.v1alpha1.ListTablesRequest;
import com.google.area120.tables.v1alpha1.ListTablesResponse;
import com.google.area120.tables.v1alpha1.ListWorkspacesRequest;
import com.google.area120.tables.v1alpha1.ListWorkspacesResponse;
import com.google.area120.tables.v1alpha1.Row;
import com.google.area120.tables.v1alpha1.Table;
import com.google.area120.tables.v1alpha1.UpdateRowRequest;
import com.google.area120.tables.v1alpha1.Workspace;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the TablesService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class TablesServiceStub implements BackgroundResource { public UnaryCallable getTableCallable() { throw new UnsupportedOperationException("Not implemented: getTableCallable()"); } public UnaryCallable listTablesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listTablesPagedCallable()"); } public UnaryCallable listTablesCallable() { throw new UnsupportedOperationException("Not implemented: listTablesCallable()"); } public UnaryCallable getWorkspaceCallable() { throw new UnsupportedOperationException("Not implemented: getWorkspaceCallable()"); } public UnaryCallable listWorkspacesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listWorkspacesPagedCallable()"); } public UnaryCallable listWorkspacesCallable() { throw new UnsupportedOperationException("Not implemented: listWorkspacesCallable()"); } public UnaryCallable getRowCallable() { throw new UnsupportedOperationException("Not implemented: getRowCallable()"); } public UnaryCallable listRowsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRowsPagedCallable()"); } public UnaryCallable listRowsCallable() { throw new UnsupportedOperationException("Not implemented: listRowsCallable()"); } public UnaryCallable createRowCallable() { throw new UnsupportedOperationException("Not implemented: createRowCallable()"); } public UnaryCallable batchCreateRowsCallable() { throw new UnsupportedOperationException("Not implemented: batchCreateRowsCallable()"); } public UnaryCallable updateRowCallable() { throw new UnsupportedOperationException("Not implemented: updateRowCallable()"); } public UnaryCallable batchUpdateRowsCallable() { throw new UnsupportedOperationException("Not implemented: batchUpdateRowsCallable()"); } public UnaryCallable deleteRowCallable() { throw new UnsupportedOperationException("Not implemented: deleteRowCallable()"); } public UnaryCallable batchDeleteRowsCallable() { throw new UnsupportedOperationException("Not implemented: batchDeleteRowsCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy