DatastreamStub.java
/*
* Copyright 2022 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.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.
*
* <p>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<ListConnectionProfilesRequest, ListConnectionProfilesPagedResponse>
listConnectionProfilesPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listConnectionProfilesPagedCallable()");
}
public UnaryCallable<ListConnectionProfilesRequest, ListConnectionProfilesResponse>
listConnectionProfilesCallable() {
throw new UnsupportedOperationException("Not implemented: listConnectionProfilesCallable()");
}
public UnaryCallable<GetConnectionProfileRequest, ConnectionProfile>
getConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: getConnectionProfileCallable()");
}
public OperationCallable<CreateConnectionProfileRequest, ConnectionProfile, OperationMetadata>
createConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createConnectionProfileOperationCallable()");
}
public UnaryCallable<CreateConnectionProfileRequest, Operation>
createConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: createConnectionProfileCallable()");
}
public OperationCallable<UpdateConnectionProfileRequest, ConnectionProfile, OperationMetadata>
updateConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateConnectionProfileOperationCallable()");
}
public UnaryCallable<UpdateConnectionProfileRequest, Operation>
updateConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: updateConnectionProfileCallable()");
}
public OperationCallable<DeleteConnectionProfileRequest, Empty, OperationMetadata>
deleteConnectionProfileOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteConnectionProfileOperationCallable()");
}
public UnaryCallable<DeleteConnectionProfileRequest, Operation>
deleteConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: deleteConnectionProfileCallable()");
}
public UnaryCallable<DiscoverConnectionProfileRequest, DiscoverConnectionProfileResponse>
discoverConnectionProfileCallable() {
throw new UnsupportedOperationException("Not implemented: discoverConnectionProfileCallable()");
}
public UnaryCallable<ListStreamsRequest, ListStreamsPagedResponse> listStreamsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamsPagedCallable()");
}
public UnaryCallable<ListStreamsRequest, ListStreamsResponse> listStreamsCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamsCallable()");
}
public UnaryCallable<GetStreamRequest, Stream> getStreamCallable() {
throw new UnsupportedOperationException("Not implemented: getStreamCallable()");
}
public OperationCallable<CreateStreamRequest, Stream, OperationMetadata>
createStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createStreamOperationCallable()");
}
public UnaryCallable<CreateStreamRequest, Operation> createStreamCallable() {
throw new UnsupportedOperationException("Not implemented: createStreamCallable()");
}
public OperationCallable<UpdateStreamRequest, Stream, OperationMetadata>
updateStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateStreamOperationCallable()");
}
public UnaryCallable<UpdateStreamRequest, Operation> updateStreamCallable() {
throw new UnsupportedOperationException("Not implemented: updateStreamCallable()");
}
public OperationCallable<DeleteStreamRequest, Empty, OperationMetadata>
deleteStreamOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteStreamOperationCallable()");
}
public UnaryCallable<DeleteStreamRequest, Operation> deleteStreamCallable() {
throw new UnsupportedOperationException("Not implemented: deleteStreamCallable()");
}
public UnaryCallable<GetStreamObjectRequest, StreamObject> getStreamObjectCallable() {
throw new UnsupportedOperationException("Not implemented: getStreamObjectCallable()");
}
public UnaryCallable<LookupStreamObjectRequest, StreamObject> lookupStreamObjectCallable() {
throw new UnsupportedOperationException("Not implemented: lookupStreamObjectCallable()");
}
public UnaryCallable<ListStreamObjectsRequest, ListStreamObjectsPagedResponse>
listStreamObjectsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamObjectsPagedCallable()");
}
public UnaryCallable<ListStreamObjectsRequest, ListStreamObjectsResponse>
listStreamObjectsCallable() {
throw new UnsupportedOperationException("Not implemented: listStreamObjectsCallable()");
}
public UnaryCallable<StartBackfillJobRequest, StartBackfillJobResponse>
startBackfillJobCallable() {
throw new UnsupportedOperationException("Not implemented: startBackfillJobCallable()");
}
public UnaryCallable<StopBackfillJobRequest, StopBackfillJobResponse> stopBackfillJobCallable() {
throw new UnsupportedOperationException("Not implemented: stopBackfillJobCallable()");
}
public UnaryCallable<FetchStaticIpsRequest, FetchStaticIpsPagedResponse>
fetchStaticIpsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: fetchStaticIpsPagedCallable()");
}
public UnaryCallable<FetchStaticIpsRequest, FetchStaticIpsResponse> fetchStaticIpsCallable() {
throw new UnsupportedOperationException("Not implemented: fetchStaticIpsCallable()");
}
public OperationCallable<CreatePrivateConnectionRequest, PrivateConnection, OperationMetadata>
createPrivateConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createPrivateConnectionOperationCallable()");
}
public UnaryCallable<CreatePrivateConnectionRequest, Operation>
createPrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: createPrivateConnectionCallable()");
}
public UnaryCallable<GetPrivateConnectionRequest, PrivateConnection>
getPrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: getPrivateConnectionCallable()");
}
public UnaryCallable<ListPrivateConnectionsRequest, ListPrivateConnectionsPagedResponse>
listPrivateConnectionsPagedCallable() {
throw new UnsupportedOperationException(
"Not implemented: listPrivateConnectionsPagedCallable()");
}
public UnaryCallable<ListPrivateConnectionsRequest, ListPrivateConnectionsResponse>
listPrivateConnectionsCallable() {
throw new UnsupportedOperationException("Not implemented: listPrivateConnectionsCallable()");
}
public OperationCallable<DeletePrivateConnectionRequest, Empty, OperationMetadata>
deletePrivateConnectionOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deletePrivateConnectionOperationCallable()");
}
public UnaryCallable<DeletePrivateConnectionRequest, Operation>
deletePrivateConnectionCallable() {
throw new UnsupportedOperationException("Not implemented: deletePrivateConnectionCallable()");
}
public OperationCallable<CreateRouteRequest, Route, OperationMetadata>
createRouteOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createRouteOperationCallable()");
}
public UnaryCallable<CreateRouteRequest, Operation> createRouteCallable() {
throw new UnsupportedOperationException("Not implemented: createRouteCallable()");
}
public UnaryCallable<GetRouteRequest, Route> getRouteCallable() {
throw new UnsupportedOperationException("Not implemented: getRouteCallable()");
}
public UnaryCallable<ListRoutesRequest, ListRoutesPagedResponse> listRoutesPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listRoutesPagedCallable()");
}
public UnaryCallable<ListRoutesRequest, ListRoutesResponse> listRoutesCallable() {
throw new UnsupportedOperationException("Not implemented: listRoutesCallable()");
}
public OperationCallable<DeleteRouteRequest, Empty, OperationMetadata>
deleteRouteOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRouteOperationCallable()");
}
public UnaryCallable<DeleteRouteRequest, Operation> deleteRouteCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRouteCallable()");
}
public UnaryCallable<ListLocationsRequest, ListLocationsPagedResponse>
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
}
public UnaryCallable<ListLocationsRequest, ListLocationsResponse> listLocationsCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsCallable()");
}
public UnaryCallable<GetLocationRequest, Location> getLocationCallable() {
throw new UnsupportedOperationException("Not implemented: getLocationCallable()");
}
@Override
public abstract void close();
}