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

com.google.apps.meet.v2beta.stub.SpacesServiceStub Maven / Gradle / Ivy

Go to download

Google Meet API The Google Meet REST API lets you create and manage meetings for Google Meet and offers entry points to your users directly from your app

There is a newer version: 0.22.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.apps.meet.v2beta.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.apps.meet.v2beta.CreateSpaceRequest;
import com.google.apps.meet.v2beta.EndActiveConferenceRequest;
import com.google.apps.meet.v2beta.GetSpaceRequest;
import com.google.apps.meet.v2beta.Space;
import com.google.apps.meet.v2beta.UpdateSpaceRequest;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class SpacesServiceStub implements BackgroundResource { public UnaryCallable createSpaceCallable() { throw new UnsupportedOperationException("Not implemented: createSpaceCallable()"); } public UnaryCallable getSpaceCallable() { throw new UnsupportedOperationException("Not implemented: getSpaceCallable()"); } public UnaryCallable updateSpaceCallable() { throw new UnsupportedOperationException("Not implemented: updateSpaceCallable()"); } public UnaryCallable endActiveConferenceCallable() { throw new UnsupportedOperationException("Not implemented: endActiveConferenceCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy