com.google.cloud.visionai.v1.stub.StreamsServiceStub 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.visionai.v1.stub;
import static com.google.cloud.visionai.v1.StreamsServiceClient.ListClustersPagedResponse;
import static com.google.cloud.visionai.v1.StreamsServiceClient.ListEventsPagedResponse;
import static com.google.cloud.visionai.v1.StreamsServiceClient.ListSeriesPagedResponse;
import static com.google.cloud.visionai.v1.StreamsServiceClient.ListStreamsPagedResponse;
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.visionai.v1.Channel;
import com.google.cloud.visionai.v1.Cluster;
import com.google.cloud.visionai.v1.CreateClusterRequest;
import com.google.cloud.visionai.v1.CreateEventRequest;
import com.google.cloud.visionai.v1.CreateSeriesRequest;
import com.google.cloud.visionai.v1.CreateStreamRequest;
import com.google.cloud.visionai.v1.DeleteClusterRequest;
import com.google.cloud.visionai.v1.DeleteEventRequest;
import com.google.cloud.visionai.v1.DeleteSeriesRequest;
import com.google.cloud.visionai.v1.DeleteStreamRequest;
import com.google.cloud.visionai.v1.Event;
import com.google.cloud.visionai.v1.GenerateStreamHlsTokenRequest;
import com.google.cloud.visionai.v1.GenerateStreamHlsTokenResponse;
import com.google.cloud.visionai.v1.GetClusterRequest;
import com.google.cloud.visionai.v1.GetEventRequest;
import com.google.cloud.visionai.v1.GetSeriesRequest;
import com.google.cloud.visionai.v1.GetStreamRequest;
import com.google.cloud.visionai.v1.GetStreamThumbnailRequest;
import com.google.cloud.visionai.v1.GetStreamThumbnailResponse;
import com.google.cloud.visionai.v1.ListClustersRequest;
import com.google.cloud.visionai.v1.ListClustersResponse;
import com.google.cloud.visionai.v1.ListEventsRequest;
import com.google.cloud.visionai.v1.ListEventsResponse;
import com.google.cloud.visionai.v1.ListSeriesRequest;
import com.google.cloud.visionai.v1.ListSeriesResponse;
import com.google.cloud.visionai.v1.ListStreamsRequest;
import com.google.cloud.visionai.v1.ListStreamsResponse;
import com.google.cloud.visionai.v1.MaterializeChannelRequest;
import com.google.cloud.visionai.v1.OperationMetadata;
import com.google.cloud.visionai.v1.Series;
import com.google.cloud.visionai.v1.Stream;
import com.google.cloud.visionai.v1.UpdateClusterRequest;
import com.google.cloud.visionai.v1.UpdateEventRequest;
import com.google.cloud.visionai.v1.UpdateSeriesRequest;
import com.google.cloud.visionai.v1.UpdateStreamRequest;
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 StreamsService service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class StreamsServiceStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public UnaryCallable listClustersPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listClustersPagedCallable()");
}
public UnaryCallable listClustersCallable() {
throw new UnsupportedOperationException("Not implemented: listClustersCallable()");
}
public UnaryCallable getClusterCallable() {
throw new UnsupportedOperationException("Not implemented: getClusterCallable()");
}
public OperationCallable
createClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createClusterOperationCallable()");
}
public UnaryCallable createClusterCallable() {
throw new UnsupportedOperationException("Not implemented: createClusterCallable()");
}
public OperationCallable
updateClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateClusterOperationCallable()");
}
public UnaryCallable updateClusterCallable() {
throw new UnsupportedOperationException("Not implemented: updateClusterCallable()");
}
public OperationCallable
deleteClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteClusterOperationCallable()");
}
public UnaryCallable deleteClusterCallable() {
throw new UnsupportedOperationException("Not implemented: deleteClusterCallable()");
}
public UnaryCallable listStreamsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamsPagedCallable()");
}
public UnaryCallable listStreamsCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamsCallable()");
}
public UnaryCallable getStreamCallable() {
throw new UnsupportedOperationException("Not implemented: getStreamCallable()");
}
public OperationCallable
createStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createStreamOperationCallable()");
}
public UnaryCallable createStreamCallable() {
throw new UnsupportedOperationException("Not implemented: createStreamCallable()");
}
public OperationCallable
updateStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateStreamOperationCallable()");
}
public UnaryCallable updateStreamCallable() {
throw new UnsupportedOperationException("Not implemented: updateStreamCallable()");
}
public OperationCallable
deleteStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteStreamOperationCallable()");
}
public UnaryCallable deleteStreamCallable() {
throw new UnsupportedOperationException("Not implemented: deleteStreamCallable()");
}
public OperationCallable
getStreamThumbnailOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: getStreamThumbnailOperationCallable()");
}
public UnaryCallable getStreamThumbnailCallable() {
throw new UnsupportedOperationException("Not implemented: getStreamThumbnailCallable()");
}
public UnaryCallable
generateStreamHlsTokenCallable() {
throw new UnsupportedOperationException("Not implemented: generateStreamHlsTokenCallable()");
}
public UnaryCallable listEventsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listEventsPagedCallable()");
}
public UnaryCallable listEventsCallable() {
throw new UnsupportedOperationException("Not implemented: listEventsCallable()");
}
public UnaryCallable getEventCallable() {
throw new UnsupportedOperationException("Not implemented: getEventCallable()");
}
public OperationCallable
createEventOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createEventOperationCallable()");
}
public UnaryCallable createEventCallable() {
throw new UnsupportedOperationException("Not implemented: createEventCallable()");
}
public OperationCallable
updateEventOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateEventOperationCallable()");
}
public UnaryCallable updateEventCallable() {
throw new UnsupportedOperationException("Not implemented: updateEventCallable()");
}
public OperationCallable
deleteEventOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteEventOperationCallable()");
}
public UnaryCallable deleteEventCallable() {
throw new UnsupportedOperationException("Not implemented: deleteEventCallable()");
}
public UnaryCallable listSeriesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listSeriesPagedCallable()");
}
public UnaryCallable listSeriesCallable() {
throw new UnsupportedOperationException("Not implemented: listSeriesCallable()");
}
public UnaryCallable getSeriesCallable() {
throw new UnsupportedOperationException("Not implemented: getSeriesCallable()");
}
public OperationCallable
createSeriesOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createSeriesOperationCallable()");
}
public UnaryCallable createSeriesCallable() {
throw new UnsupportedOperationException("Not implemented: createSeriesCallable()");
}
public OperationCallable
updateSeriesOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateSeriesOperationCallable()");
}
public UnaryCallable updateSeriesCallable() {
throw new UnsupportedOperationException("Not implemented: updateSeriesCallable()");
}
public OperationCallable
deleteSeriesOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteSeriesOperationCallable()");
}
public UnaryCallable deleteSeriesCallable() {
throw new UnsupportedOperationException("Not implemented: deleteSeriesCallable()");
}
public OperationCallable
materializeChannelOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: materializeChannelOperationCallable()");
}
public UnaryCallable materializeChannelCallable() {
throw new UnsupportedOperationException("Not implemented: materializeChannelCallable()");
}
@Override
public abstract void close();
}