com.google.cloud.datastream.v1.stub.DatastreamStub Maven / Gradle / Ivy
Show all versions of google-cloud-datastream 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.datastream.v1.stub;
import static com.google.cloud.datastream.v1.DatastreamClient.FetchStaticIpsPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.ListConnectionProfilesPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.ListLocationsPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.ListPrivateConnectionsPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.ListRoutesPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.ListStreamObjectsPagedResponse;
import static com.google.cloud.datastream.v1.DatastreamClient.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.datastream.v1.ConnectionProfile;
import com.google.cloud.datastream.v1.CreateConnectionProfileRequest;
import com.google.cloud.datastream.v1.CreatePrivateConnectionRequest;
import com.google.cloud.datastream.v1.CreateRouteRequest;
import com.google.cloud.datastream.v1.CreateStreamRequest;
import com.google.cloud.datastream.v1.DeleteConnectionProfileRequest;
import com.google.cloud.datastream.v1.DeletePrivateConnectionRequest;
import com.google.cloud.datastream.v1.DeleteRouteRequest;
import com.google.cloud.datastream.v1.DeleteStreamRequest;
import com.google.cloud.datastream.v1.DiscoverConnectionProfileRequest;
import com.google.cloud.datastream.v1.DiscoverConnectionProfileResponse;
import com.google.cloud.datastream.v1.FetchStaticIpsRequest;
import com.google.cloud.datastream.v1.FetchStaticIpsResponse;
import com.google.cloud.datastream.v1.GetConnectionProfileRequest;
import com.google.cloud.datastream.v1.GetPrivateConnectionRequest;
import com.google.cloud.datastream.v1.GetRouteRequest;
import com.google.cloud.datastream.v1.GetStreamObjectRequest;
import com.google.cloud.datastream.v1.GetStreamRequest;
import com.google.cloud.datastream.v1.ListConnectionProfilesRequest;
import com.google.cloud.datastream.v1.ListConnectionProfilesResponse;
import com.google.cloud.datastream.v1.ListPrivateConnectionsRequest;
import com.google.cloud.datastream.v1.ListPrivateConnectionsResponse;
import com.google.cloud.datastream.v1.ListRoutesRequest;
import com.google.cloud.datastream.v1.ListRoutesResponse;
import com.google.cloud.datastream.v1.ListStreamObjectsRequest;
import com.google.cloud.datastream.v1.ListStreamObjectsResponse;
import com.google.cloud.datastream.v1.ListStreamsRequest;
import com.google.cloud.datastream.v1.ListStreamsResponse;
import com.google.cloud.datastream.v1.LookupStreamObjectRequest;
import com.google.cloud.datastream.v1.OperationMetadata;
import com.google.cloud.datastream.v1.PrivateConnection;
import com.google.cloud.datastream.v1.Route;
import com.google.cloud.datastream.v1.RunStreamRequest;
import com.google.cloud.datastream.v1.StartBackfillJobRequest;
import com.google.cloud.datastream.v1.StartBackfillJobResponse;
import com.google.cloud.datastream.v1.StopBackfillJobRequest;
import com.google.cloud.datastream.v1.StopBackfillJobResponse;
import com.google.cloud.datastream.v1.Stream;
import com.google.cloud.datastream.v1.StreamObject;
import com.google.cloud.datastream.v1.UpdateConnectionProfileRequest;
import com.google.cloud.datastream.v1.UpdateStreamRequest;
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 Datastream service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class DatastreamStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public UnaryCallable
listConnectionProfilesPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listConnectionProfilesPagedCallable()");
}
public UnaryCallable
listConnectionProfilesCallable() {
throw new UnsupportedOperationException("Not implemented: listConnectionProfilesCallable()");
}
public UnaryCallable
getConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: getConnectionProfileCallable()");
}
public OperationCallable
createConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createConnectionProfileOperationCallable()");
}
public UnaryCallable
createConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: createConnectionProfileCallable()");
}
public OperationCallable
updateConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateConnectionProfileOperationCallable()");
}
public UnaryCallable
updateConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: updateConnectionProfileCallable()");
}
public OperationCallable
deleteConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteConnectionProfileOperationCallable()");
}
public UnaryCallable
deleteConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: deleteConnectionProfileCallable()");
}
public UnaryCallable
discoverConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: discoverConnectionProfileCallable()");
}
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
runStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: runStreamOperationCallable()");
}
public UnaryCallable runStreamCallable() {
throw new UnsupportedOperationException("Not implemented: runStreamCallable()");
}
public UnaryCallable getStreamObjectCallable() {
throw new UnsupportedOperationException("Not implemented: getStreamObjectCallable()");
}
public UnaryCallable lookupStreamObjectCallable() {
throw new UnsupportedOperationException("Not implemented: lookupStreamObjectCallable()");
}
public UnaryCallable
listStreamObjectsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamObjectsPagedCallable()");
}
public UnaryCallable
listStreamObjectsCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamObjectsCallable()");
}
public UnaryCallable
startBackfillJobCallable() {
throw new UnsupportedOperationException("Not implemented: startBackfillJobCallable()");
}
public UnaryCallable stopBackfillJobCallable() {
throw new UnsupportedOperationException("Not implemented: stopBackfillJobCallable()");
}
public UnaryCallable
fetchStaticIpsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: fetchStaticIpsPagedCallable()");
}
public UnaryCallable fetchStaticIpsCallable() {
throw new UnsupportedOperationException("Not implemented: fetchStaticIpsCallable()");
}
public OperationCallable
createPrivateConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createPrivateConnectionOperationCallable()");
}
public UnaryCallable
createPrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: createPrivateConnectionCallable()");
}
public UnaryCallable
getPrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: getPrivateConnectionCallable()");
}
public UnaryCallable
listPrivateConnectionsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listPrivateConnectionsPagedCallable()");
}
public UnaryCallable
listPrivateConnectionsCallable() {
throw new UnsupportedOperationException("Not implemented: listPrivateConnectionsCallable()");
}
public OperationCallable
deletePrivateConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deletePrivateConnectionOperationCallable()");
}
public UnaryCallable
deletePrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: deletePrivateConnectionCallable()");
}
public OperationCallable
createRouteOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createRouteOperationCallable()");
}
public UnaryCallable createRouteCallable() {
throw new UnsupportedOperationException("Not implemented: createRouteCallable()");
}
public UnaryCallable getRouteCallable() {
throw new UnsupportedOperationException("Not implemented: getRouteCallable()");
}
public UnaryCallable listRoutesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listRoutesPagedCallable()");
}
public UnaryCallable listRoutesCallable() {
throw new UnsupportedOperationException("Not implemented: listRoutesCallable()");
}
public OperationCallable
deleteRouteOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRouteOperationCallable()");
}
public UnaryCallable deleteRouteCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRouteCallable()");
}
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();
}