diff --git a/java-datastream/grpc-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/DatastreamGrpc.java b/java-datastream/grpc-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/DatastreamGrpc.java deleted file mode 100644 index 5944c1b2f761..000000000000 --- a/java-datastream/grpc-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/DatastreamGrpc.java +++ /dev/null @@ -1,3234 +0,0 @@ -/* - * Copyright 2020 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; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * Datastream service - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/datastream/v1/datastream.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class DatastreamGrpc { - - private DatastreamGrpc() {} - - public static final String SERVICE_NAME = "google.cloud.datastream.v1.Datastream"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListConnectionProfiles", - requestType = com.google.cloud.datastream.v1.ListConnectionProfilesRequest.class, - responseType = com.google.cloud.datastream.v1.ListConnectionProfilesResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod; - if ((getListConnectionProfilesMethod = DatastreamGrpc.getListConnectionProfilesMethod) - == null) { - synchronized (DatastreamGrpc.class) { - if ((getListConnectionProfilesMethod = DatastreamGrpc.getListConnectionProfilesMethod) - == null) { - DatastreamGrpc.getListConnectionProfilesMethod = - getListConnectionProfilesMethod = - io.grpc.MethodDescriptor - .
- * Datastream service - *- */ - public interface AsyncService { - - /** - * - * - *
- * Use this method to list connection profiles created in a project and - * location. - *- */ - default void listConnectionProfiles( - com.google.cloud.datastream.v1.ListConnectionProfilesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a connection profile. - *- */ - default void getConnectionProfile( - com.google.cloud.datastream.v1.GetConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a connection profile in a project and location. - *- */ - default void createConnectionProfile( - com.google.cloud.datastream.v1.CreateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the parameters of a connection profile. - *- */ - default void updateConnectionProfile( - com.google.cloud.datastream.v1.UpdateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a connection profile. - *- */ - default void deleteConnectionProfile( - com.google.cloud.datastream.v1.DeleteConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects of a - * parent data object that's optionally supplied in the request. - *- */ - default void discoverConnectionProfile( - com.google.cloud.datastream.v1.DiscoverConnectionProfileRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1.DiscoverConnectionProfileResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDiscoverConnectionProfileMethod(), responseObserver); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - default void listStreams( - com.google.cloud.datastream.v1.ListStreamsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream. - *- */ - default void getStream( - com.google.cloud.datastream.v1.GetStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a stream. - *- */ - default void createStream( - com.google.cloud.datastream.v1.CreateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the configuration of a stream. - *- */ - default void updateStream( - com.google.cloud.datastream.v1.UpdateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a stream. - *- */ - default void deleteStream( - com.google.cloud.datastream.v1.DeleteStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream object. - *- */ - default void getStreamObject( - com.google.cloud.datastream.v1.GetStreamObjectRequest request, - io.grpc.stub.StreamObserver
- * Use this method to look up a stream object by its source object identifier. - *- */ - default void lookupStreamObject( - com.google.cloud.datastream.v1.LookupStreamObjectRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list the objects of a specific stream. - *- */ - default void listStreamObjects( - com.google.cloud.datastream.v1.ListStreamObjectsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to start a backfill job for the specified stream object. - *- */ - default void startBackfillJob( - com.google.cloud.datastream.v1.StartBackfillJobRequest request, - io.grpc.stub.StreamObserver
- * Use this method to stop a backfill job for the specified stream object. - *- */ - default void stopBackfillJob( - com.google.cloud.datastream.v1.StopBackfillJobRequest request, - io.grpc.stub.StreamObserver
- * The FetchStaticIps API call exposes the static IP addresses used by - * Datastream. - *- */ - default void fetchStaticIps( - com.google.cloud.datastream.v1.FetchStaticIpsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a private connectivity configuration. - *- */ - default void createPrivateConnection( - com.google.cloud.datastream.v1.CreatePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a private connectivity configuration. - *- */ - default void getPrivateConnection( - com.google.cloud.datastream.v1.GetPrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - default void listPrivateConnections( - com.google.cloud.datastream.v1.ListPrivateConnectionsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a private connectivity configuration. - *- */ - default void deletePrivateConnection( - com.google.cloud.datastream.v1.DeletePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a route for a private connectivity configuration - * in a project and location. - *- */ - default void createRoute( - com.google.cloud.datastream.v1.CreateRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a route. - *- */ - default void getRoute( - com.google.cloud.datastream.v1.GetRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list routes created for a private connectivity - * configuration in a project and location. - *- */ - default void listRoutes( - com.google.cloud.datastream.v1.ListRoutesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a route. - *- */ - default void deleteRoute( - com.google.cloud.datastream.v1.DeleteRouteRequest request, - io.grpc.stub.StreamObserver
- * Datastream service - *- */ - public abstract static class DatastreamImplBase implements io.grpc.BindableService, AsyncService { - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return DatastreamGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service Datastream. - * - *
- * Datastream service - *- */ - public static final class DatastreamStub extends io.grpc.stub.AbstractAsyncStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public void listConnectionProfiles( - com.google.cloud.datastream.v1.ListConnectionProfilesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a connection profile. - *- */ - public void getConnectionProfile( - com.google.cloud.datastream.v1.GetConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a connection profile in a project and location. - *- */ - public void createConnectionProfile( - com.google.cloud.datastream.v1.CreateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the parameters of a connection profile. - *- */ - public void updateConnectionProfile( - com.google.cloud.datastream.v1.UpdateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a connection profile. - *- */ - public void deleteConnectionProfile( - com.google.cloud.datastream.v1.DeleteConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects of a - * parent data object that's optionally supplied in the request. - *- */ - public void discoverConnectionProfile( - com.google.cloud.datastream.v1.DiscoverConnectionProfileRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1.DiscoverConnectionProfileResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDiscoverConnectionProfileMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public void listStreams( - com.google.cloud.datastream.v1.ListStreamsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream. - *- */ - public void getStream( - com.google.cloud.datastream.v1.GetStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a stream. - *- */ - public void createStream( - com.google.cloud.datastream.v1.CreateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the configuration of a stream. - *- */ - public void updateStream( - com.google.cloud.datastream.v1.UpdateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a stream. - *- */ - public void deleteStream( - com.google.cloud.datastream.v1.DeleteStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream object. - *- */ - public void getStreamObject( - com.google.cloud.datastream.v1.GetStreamObjectRequest request, - io.grpc.stub.StreamObserver
- * Use this method to look up a stream object by its source object identifier. - *- */ - public void lookupStreamObject( - com.google.cloud.datastream.v1.LookupStreamObjectRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list the objects of a specific stream. - *- */ - public void listStreamObjects( - com.google.cloud.datastream.v1.ListStreamObjectsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to start a backfill job for the specified stream object. - *- */ - public void startBackfillJob( - com.google.cloud.datastream.v1.StartBackfillJobRequest request, - io.grpc.stub.StreamObserver
- * Use this method to stop a backfill job for the specified stream object. - *- */ - public void stopBackfillJob( - com.google.cloud.datastream.v1.StopBackfillJobRequest request, - io.grpc.stub.StreamObserver
- * The FetchStaticIps API call exposes the static IP addresses used by - * Datastream. - *- */ - public void fetchStaticIps( - com.google.cloud.datastream.v1.FetchStaticIpsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a private connectivity configuration. - *- */ - public void createPrivateConnection( - com.google.cloud.datastream.v1.CreatePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a private connectivity configuration. - *- */ - public void getPrivateConnection( - com.google.cloud.datastream.v1.GetPrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public void listPrivateConnections( - com.google.cloud.datastream.v1.ListPrivateConnectionsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a private connectivity configuration. - *- */ - public void deletePrivateConnection( - com.google.cloud.datastream.v1.DeletePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a route for a private connectivity configuration - * in a project and location. - *- */ - public void createRoute( - com.google.cloud.datastream.v1.CreateRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a route. - *- */ - public void getRoute( - com.google.cloud.datastream.v1.GetRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list routes created for a private connectivity - * configuration in a project and location. - *- */ - public void listRoutes( - com.google.cloud.datastream.v1.ListRoutesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a route. - *- */ - public void deleteRoute( - com.google.cloud.datastream.v1.DeleteRouteRequest request, - io.grpc.stub.StreamObserver
- * Datastream service - *- */ - public static final class DatastreamBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public com.google.cloud.datastream.v1.ListConnectionProfilesResponse listConnectionProfiles( - com.google.cloud.datastream.v1.ListConnectionProfilesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListConnectionProfilesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - public com.google.cloud.datastream.v1.ConnectionProfile getConnectionProfile( - com.google.cloud.datastream.v1.GetConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a connection profile in a project and location. - *- */ - public com.google.longrunning.Operation createConnectionProfile( - com.google.cloud.datastream.v1.CreateConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to update the parameters of a connection profile. - *- */ - public com.google.longrunning.Operation updateConnectionProfile( - com.google.cloud.datastream.v1.UpdateConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a connection profile. - *- */ - public com.google.longrunning.Operation deleteConnectionProfile( - com.google.cloud.datastream.v1.DeleteConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects of a - * parent data object that's optionally supplied in the request. - *- */ - public com.google.cloud.datastream.v1.DiscoverConnectionProfileResponse - discoverConnectionProfile( - com.google.cloud.datastream.v1.DiscoverConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDiscoverConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public com.google.cloud.datastream.v1.ListStreamsResponse listStreams( - com.google.cloud.datastream.v1.ListStreamsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListStreamsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a stream. - *- */ - public com.google.cloud.datastream.v1.Stream getStream( - com.google.cloud.datastream.v1.GetStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a stream. - *- */ - public com.google.longrunning.Operation createStream( - com.google.cloud.datastream.v1.CreateStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to update the configuration of a stream. - *- */ - public com.google.longrunning.Operation updateStream( - com.google.cloud.datastream.v1.UpdateStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a stream. - *- */ - public com.google.longrunning.Operation deleteStream( - com.google.cloud.datastream.v1.DeleteStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a stream object. - *- */ - public com.google.cloud.datastream.v1.StreamObject getStreamObject( - com.google.cloud.datastream.v1.GetStreamObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetStreamObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to look up a stream object by its source object identifier. - *- */ - public com.google.cloud.datastream.v1.StreamObject lookupStreamObject( - com.google.cloud.datastream.v1.LookupStreamObjectRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getLookupStreamObjectMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list the objects of a specific stream. - *- */ - public com.google.cloud.datastream.v1.ListStreamObjectsResponse listStreamObjects( - com.google.cloud.datastream.v1.ListStreamObjectsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListStreamObjectsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to start a backfill job for the specified stream object. - *- */ - public com.google.cloud.datastream.v1.StartBackfillJobResponse startBackfillJob( - com.google.cloud.datastream.v1.StartBackfillJobRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getStartBackfillJobMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to stop a backfill job for the specified stream object. - *- */ - public com.google.cloud.datastream.v1.StopBackfillJobResponse stopBackfillJob( - com.google.cloud.datastream.v1.StopBackfillJobRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getStopBackfillJobMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * The FetchStaticIps API call exposes the static IP addresses used by - * Datastream. - *- */ - public com.google.cloud.datastream.v1.FetchStaticIpsResponse fetchStaticIps( - com.google.cloud.datastream.v1.FetchStaticIpsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getFetchStaticIpsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a private connectivity configuration. - *- */ - public com.google.longrunning.Operation createPrivateConnection( - com.google.cloud.datastream.v1.CreatePrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreatePrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a private connectivity configuration. - *- */ - public com.google.cloud.datastream.v1.PrivateConnection getPrivateConnection( - com.google.cloud.datastream.v1.GetPrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetPrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public com.google.cloud.datastream.v1.ListPrivateConnectionsResponse listPrivateConnections( - com.google.cloud.datastream.v1.ListPrivateConnectionsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListPrivateConnectionsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - public com.google.longrunning.Operation deletePrivateConnection( - com.google.cloud.datastream.v1.DeletePrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeletePrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a route for a private connectivity configuration - * in a project and location. - *- */ - public com.google.longrunning.Operation createRoute( - com.google.cloud.datastream.v1.CreateRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateRouteMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a route. - *- */ - public com.google.cloud.datastream.v1.Route getRoute( - com.google.cloud.datastream.v1.GetRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetRouteMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list routes created for a private connectivity - * configuration in a project and location. - *- */ - public com.google.cloud.datastream.v1.ListRoutesResponse listRoutes( - com.google.cloud.datastream.v1.ListRoutesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRoutesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a route. - *- */ - public com.google.longrunning.Operation deleteRoute( - com.google.cloud.datastream.v1.DeleteRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteRouteMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service Datastream. - * - *
- * Datastream service - *- */ - public static final class DatastreamFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ListConnectionProfilesResponse> - listConnectionProfiles( - com.google.cloud.datastream.v1.ListConnectionProfilesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListConnectionProfilesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ConnectionProfile> - getConnectionProfile(com.google.cloud.datastream.v1.GetConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetConnectionProfileMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to create a connection profile in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to update the parameters of a connection profile. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to delete a connection profile. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects of a - * parent data object that's optionally supplied in the request. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.DiscoverConnectionProfileResponse> - discoverConnectionProfile( - com.google.cloud.datastream.v1.DiscoverConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDiscoverConnectionProfileMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ListStreamsResponse> - listStreams(com.google.cloud.datastream.v1.ListStreamsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListStreamsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to get details about a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to create a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to update the configuration of a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to delete a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to get details about a stream object. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.StreamObject> - getStreamObject(com.google.cloud.datastream.v1.GetStreamObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetStreamObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to look up a stream object by its source object identifier. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.StreamObject> - lookupStreamObject(com.google.cloud.datastream.v1.LookupStreamObjectRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getLookupStreamObjectMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list the objects of a specific stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ListStreamObjectsResponse> - listStreamObjects(com.google.cloud.datastream.v1.ListStreamObjectsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListStreamObjectsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to start a backfill job for the specified stream object. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.StartBackfillJobResponse> - startBackfillJob(com.google.cloud.datastream.v1.StartBackfillJobRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getStartBackfillJobMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to stop a backfill job for the specified stream object. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.StopBackfillJobResponse> - stopBackfillJob(com.google.cloud.datastream.v1.StopBackfillJobRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getStopBackfillJobMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * The FetchStaticIps API call exposes the static IP addresses used by - * Datastream. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.FetchStaticIpsResponse> - fetchStaticIps(com.google.cloud.datastream.v1.FetchStaticIpsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getFetchStaticIpsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to create a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to get details about a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.PrivateConnection> - getPrivateConnection(com.google.cloud.datastream.v1.GetPrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetPrivateConnectionMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ListPrivateConnectionsResponse> - listPrivateConnections( - com.google.cloud.datastream.v1.ListPrivateConnectionsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListPrivateConnectionsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to create a route for a private connectivity configuration - * in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to get details about a route. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to list routes created for a private connectivity - * configuration in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1.ListRoutesResponse> - listRoutes(com.google.cloud.datastream.v1.ListRoutesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRoutesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to delete a route. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Datastream service - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/datastream/v1alpha1/datastream.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class DatastreamGrpc { - - private DatastreamGrpc() {} - - public static final String SERVICE_NAME = "google.cloud.datastream.v1alpha1.Datastream"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListConnectionProfiles", - requestType = com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest.class, - responseType = com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest, - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - getListConnectionProfilesMethod; - if ((getListConnectionProfilesMethod = DatastreamGrpc.getListConnectionProfilesMethod) - == null) { - synchronized (DatastreamGrpc.class) { - if ((getListConnectionProfilesMethod = DatastreamGrpc.getListConnectionProfilesMethod) - == null) { - DatastreamGrpc.getListConnectionProfilesMethod = - getListConnectionProfilesMethod = - io.grpc.MethodDescriptor - .
- * Datastream service - *- */ - public interface AsyncService { - - /** - * - * - *
- * Use this method to list connection profiles created in a project and - * location. - *- */ - default void listConnectionProfiles( - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListConnectionProfilesMethod(), responseObserver); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - default void getConnectionProfile( - com.google.cloud.datastream.v1alpha1.GetConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a connection profile in a project and location. - *- */ - default void createConnectionProfile( - com.google.cloud.datastream.v1alpha1.CreateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the parameters of a connection profile. - *- */ - default void updateConnectionProfile( - com.google.cloud.datastream.v1alpha1.UpdateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a connection profile.. - *- */ - default void deleteConnectionProfile( - com.google.cloud.datastream.v1alpha1.DeleteConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects under a - * parent data object that's optionally supplied in the request. - *- */ - default void discoverConnectionProfile( - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDiscoverConnectionProfileMethod(), responseObserver); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - default void listStreams( - com.google.cloud.datastream.v1alpha1.ListStreamsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream. - *- */ - default void getStream( - com.google.cloud.datastream.v1alpha1.GetStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a stream. - *- */ - default void createStream( - com.google.cloud.datastream.v1alpha1.CreateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the configuration of a stream. - *- */ - default void updateStream( - com.google.cloud.datastream.v1alpha1.UpdateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a stream. - *- */ - default void deleteStream( - com.google.cloud.datastream.v1alpha1.DeleteStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to fetch any errors associated with a stream. - *- */ - default void fetchErrors( - com.google.cloud.datastream.v1alpha1.FetchErrorsRequest request, - io.grpc.stub.StreamObserver
- * The FetchStaticIps API call exposes the static ips used by Datastream. - * Typically, a request returns children data objects under - * a parent data object that's optionally supplied in the request. - *- */ - default void fetchStaticIps( - com.google.cloud.datastream.v1alpha1.FetchStaticIpsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a private connectivity configuration. - *- */ - default void createPrivateConnection( - com.google.cloud.datastream.v1alpha1.CreatePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a private connectivity configuration. - *- */ - default void getPrivateConnection( - com.google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - default void listPrivateConnections( - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListPrivateConnectionsMethod(), responseObserver); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - default void deletePrivateConnection( - com.google.cloud.datastream.v1alpha1.DeletePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a route for a private connectivity in a project - * and location. - *- */ - default void createRoute( - com.google.cloud.datastream.v1alpha1.CreateRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a route. - *- */ - default void getRoute( - com.google.cloud.datastream.v1alpha1.GetRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list routes created for a private connectivity in a - * project and location. - *- */ - default void listRoutes( - com.google.cloud.datastream.v1alpha1.ListRoutesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a route. - *- */ - default void deleteRoute( - com.google.cloud.datastream.v1alpha1.DeleteRouteRequest request, - io.grpc.stub.StreamObserver
- * Datastream service - *- */ - public abstract static class DatastreamImplBase implements io.grpc.BindableService, AsyncService { - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return DatastreamGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service Datastream. - * - *
- * Datastream service - *- */ - public static final class DatastreamStub extends io.grpc.stub.AbstractAsyncStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public void listConnectionProfiles( - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListConnectionProfilesMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - public void getConnectionProfile( - com.google.cloud.datastream.v1alpha1.GetConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a connection profile in a project and location. - *- */ - public void createConnectionProfile( - com.google.cloud.datastream.v1alpha1.CreateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the parameters of a connection profile. - *- */ - public void updateConnectionProfile( - com.google.cloud.datastream.v1alpha1.UpdateConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a connection profile.. - *- */ - public void deleteConnectionProfile( - com.google.cloud.datastream.v1alpha1.DeleteConnectionProfileRequest request, - io.grpc.stub.StreamObserver
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects under a - * parent data object that's optionally supplied in the request. - *- */ - public void discoverConnectionProfile( - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDiscoverConnectionProfileMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public void listStreams( - com.google.cloud.datastream.v1alpha1.ListStreamsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a stream. - *- */ - public void getStream( - com.google.cloud.datastream.v1alpha1.GetStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a stream. - *- */ - public void createStream( - com.google.cloud.datastream.v1alpha1.CreateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to update the configuration of a stream. - *- */ - public void updateStream( - com.google.cloud.datastream.v1alpha1.UpdateStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a stream. - *- */ - public void deleteStream( - com.google.cloud.datastream.v1alpha1.DeleteStreamRequest request, - io.grpc.stub.StreamObserver
- * Use this method to fetch any errors associated with a stream. - *- */ - public void fetchErrors( - com.google.cloud.datastream.v1alpha1.FetchErrorsRequest request, - io.grpc.stub.StreamObserver
- * The FetchStaticIps API call exposes the static ips used by Datastream. - * Typically, a request returns children data objects under - * a parent data object that's optionally supplied in the request. - *- */ - public void fetchStaticIps( - com.google.cloud.datastream.v1alpha1.FetchStaticIpsRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a private connectivity configuration. - *- */ - public void createPrivateConnection( - com.google.cloud.datastream.v1alpha1.CreatePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a private connectivity configuration. - *- */ - public void getPrivateConnection( - com.google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public void listPrivateConnections( - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListPrivateConnectionsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - public void deletePrivateConnection( - com.google.cloud.datastream.v1alpha1.DeletePrivateConnectionRequest request, - io.grpc.stub.StreamObserver
- * Use this method to create a route for a private connectivity in a project - * and location. - *- */ - public void createRoute( - com.google.cloud.datastream.v1alpha1.CreateRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to get details about a route. - *- */ - public void getRoute( - com.google.cloud.datastream.v1alpha1.GetRouteRequest request, - io.grpc.stub.StreamObserver
- * Use this method to list routes created for a private connectivity in a - * project and location. - *- */ - public void listRoutes( - com.google.cloud.datastream.v1alpha1.ListRoutesRequest request, - io.grpc.stub.StreamObserver
- * Use this method to delete a route. - *- */ - public void deleteRoute( - com.google.cloud.datastream.v1alpha1.DeleteRouteRequest request, - io.grpc.stub.StreamObserver
- * Datastream service - *- */ - public static final class DatastreamBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse - listConnectionProfiles( - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListConnectionProfilesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - public com.google.cloud.datastream.v1alpha1.ConnectionProfile getConnectionProfile( - com.google.cloud.datastream.v1alpha1.GetConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a connection profile in a project and location. - *- */ - public com.google.longrunning.Operation createConnectionProfile( - com.google.cloud.datastream.v1alpha1.CreateConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to update the parameters of a connection profile. - *- */ - public com.google.longrunning.Operation updateConnectionProfile( - com.google.cloud.datastream.v1alpha1.UpdateConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a connection profile.. - *- */ - public com.google.longrunning.Operation deleteConnectionProfile( - com.google.cloud.datastream.v1alpha1.DeleteConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects under a - * parent data object that's optionally supplied in the request. - *- */ - public com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileResponse - discoverConnectionProfile( - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDiscoverConnectionProfileMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public com.google.cloud.datastream.v1alpha1.ListStreamsResponse listStreams( - com.google.cloud.datastream.v1alpha1.ListStreamsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListStreamsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a stream. - *- */ - public com.google.cloud.datastream.v1alpha1.Stream getStream( - com.google.cloud.datastream.v1alpha1.GetStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a stream. - *- */ - public com.google.longrunning.Operation createStream( - com.google.cloud.datastream.v1alpha1.CreateStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to update the configuration of a stream. - *- */ - public com.google.longrunning.Operation updateStream( - com.google.cloud.datastream.v1alpha1.UpdateStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a stream. - *- */ - public com.google.longrunning.Operation deleteStream( - com.google.cloud.datastream.v1alpha1.DeleteStreamRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteStreamMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to fetch any errors associated with a stream. - *- */ - public com.google.longrunning.Operation fetchErrors( - com.google.cloud.datastream.v1alpha1.FetchErrorsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getFetchErrorsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * The FetchStaticIps API call exposes the static ips used by Datastream. - * Typically, a request returns children data objects under - * a parent data object that's optionally supplied in the request. - *- */ - public com.google.cloud.datastream.v1alpha1.FetchStaticIpsResponse fetchStaticIps( - com.google.cloud.datastream.v1alpha1.FetchStaticIpsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getFetchStaticIpsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a private connectivity configuration. - *- */ - public com.google.longrunning.Operation createPrivateConnection( - com.google.cloud.datastream.v1alpha1.CreatePrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreatePrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a private connectivity configuration. - *- */ - public com.google.cloud.datastream.v1alpha1.PrivateConnection getPrivateConnection( - com.google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetPrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsResponse - listPrivateConnections( - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListPrivateConnectionsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - public com.google.longrunning.Operation deletePrivateConnection( - com.google.cloud.datastream.v1alpha1.DeletePrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeletePrivateConnectionMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to create a route for a private connectivity in a project - * and location. - *- */ - public com.google.longrunning.Operation createRoute( - com.google.cloud.datastream.v1alpha1.CreateRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateRouteMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to get details about a route. - *- */ - public com.google.cloud.datastream.v1alpha1.Route getRoute( - com.google.cloud.datastream.v1alpha1.GetRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetRouteMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to list routes created for a private connectivity in a - * project and location. - *- */ - public com.google.cloud.datastream.v1alpha1.ListRoutesResponse listRoutes( - com.google.cloud.datastream.v1alpha1.ListRoutesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRoutesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Use this method to delete a route. - *- */ - public com.google.longrunning.Operation deleteRoute( - com.google.cloud.datastream.v1alpha1.DeleteRouteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteRouteMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service Datastream. - * - *
- * Datastream service - *- */ - public static final class DatastreamFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Use this method to list connection profiles created in a project and - * location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesResponse> - listConnectionProfiles( - com.google.cloud.datastream.v1alpha1.ListConnectionProfilesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListConnectionProfilesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to get details about a connection profile. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.ConnectionProfile> - getConnectionProfile( - com.google.cloud.datastream.v1alpha1.GetConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetConnectionProfileMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to create a connection profile in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to update the parameters of a connection profile. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to delete a connection profile.. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to discover a connection profile. - * The discover API call exposes the data objects and metadata belonging to - * the profile. Typically, a request returns children data objects under a - * parent data object that's optionally supplied in the request. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileResponse> - discoverConnectionProfile( - com.google.cloud.datastream.v1alpha1.DiscoverConnectionProfileRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDiscoverConnectionProfileMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list streams in a project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.ListStreamsResponse> - listStreams(com.google.cloud.datastream.v1alpha1.ListStreamsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListStreamsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to get details about a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.Stream> - getStream(com.google.cloud.datastream.v1alpha1.GetStreamRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetStreamMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to create a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to update the configuration of a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to delete a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to fetch any errors associated with a stream. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * The FetchStaticIps API call exposes the static ips used by Datastream. - * Typically, a request returns children data objects under - * a parent data object that's optionally supplied in the request. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.FetchStaticIpsResponse> - fetchStaticIps(com.google.cloud.datastream.v1alpha1.FetchStaticIpsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getFetchStaticIpsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to create a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to get details about a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.PrivateConnection> - getPrivateConnection( - com.google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetPrivateConnectionMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list private connectivity configurations in a project - * and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsResponse> - listPrivateConnections( - com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListPrivateConnectionsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to delete a private connectivity configuration. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to create a route for a private connectivity in a project - * and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Use this method to get details about a route. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.Route> - getRoute(com.google.cloud.datastream.v1alpha1.GetRouteRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetRouteMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to list routes created for a private connectivity in a - * project and location. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.datastream.v1alpha1.ListRoutesResponse> - listRoutes(com.google.cloud.datastream.v1alpha1.ListRoutesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRoutesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Use this method to delete a route. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-
- /**
- *
- *
- * - * Maximum number of Ips to return, will likely not be specified. - *- * - *
int32 page_size = 2;
- *
- * @return The pageSize.
- */
- int getPageSize();
-
- /**
- *
- *
- * - * A page token, received from a previous `ListStaticIps` call. - * will likely not be specified. - *- * - *
string page_token = 3;
- *
- * @return The pageToken.
- */
- java.lang.String getPageToken();
- /**
- *
- *
- * - * A page token, received from a previous `ListStaticIps` call. - * will likely not be specified. - *- * - *
string page_token = 3;
- *
- * @return The bytes for pageToken.
- */
- com.google.protobuf.ByteString getPageTokenBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetConnectionProfileRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetConnectionProfileRequestOrBuilder.java
deleted file mode 100644
index 56b92a1f4eae..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetConnectionProfileRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface GetConnectionProfileRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GetConnectionProfileRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the connection profile resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the connection profile resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetPrivateConnectionRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetPrivateConnectionRequestOrBuilder.java
deleted file mode 100644
index 713b409f0b2b..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetPrivateConnectionRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface GetPrivateConnectionRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GetPrivateConnectionRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the private connectivity configuration to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the private connectivity configuration to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetRouteRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetRouteRequestOrBuilder.java
deleted file mode 100644
index f63f5593a143..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetRouteRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface GetRouteRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GetRouteRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the Route resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the Route resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamObjectRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamObjectRequestOrBuilder.java
deleted file mode 100644
index 63588e715a1e..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamObjectRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface GetStreamObjectRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GetStreamObjectRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the stream object resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the stream object resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamRequestOrBuilder.java
deleted file mode 100644
index 0c06df45d76d..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/GetStreamRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface GetStreamRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.GetStreamRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the stream resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the stream resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/LookupStreamObjectRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/LookupStreamObjectRequestOrBuilder.java
deleted file mode 100644
index 1727d277d665..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/LookupStreamObjectRequestOrBuilder.java
+++ /dev/null
@@ -1,96 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface LookupStreamObjectRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.LookupStreamObjectRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The parent stream that owns the collection of objects. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The parent.
- */
- java.lang.String getParent();
- /**
- *
- *
- * - * Required. The parent stream that owns the collection of objects. - *- * - *
- * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for parent.
- */
- com.google.protobuf.ByteString getParentBytes();
-
- /**
- *
- *
- * - * Required. The source object identifier which maps to the stream object. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return Whether the sourceObjectIdentifier field is set.
- */
- boolean hasSourceObjectIdentifier();
- /**
- *
- *
- * - * Required. The source object identifier which maps to the stream object. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- *
- * @return The sourceObjectIdentifier.
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier getSourceObjectIdentifier();
- /**
- *
- *
- * - * Required. The source object identifier which maps to the stream object. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier source_object_identifier = 2 [(.google.api.field_behavior) = REQUIRED];
- *
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifierOrBuilder
- getSourceObjectIdentifierOrBuilder();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/PrivateConnectivityOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/PrivateConnectivityOrBuilder.java
deleted file mode 100644
index b94918ad065c..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/PrivateConnectivityOrBuilder.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface PrivateConnectivityOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.PrivateConnectivity)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. A reference to a private connection resource. - * Format: `projects/{project}/locations/{location}/privateConnections/{name}` - *- * - *
- * string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The privateConnection.
- */
- java.lang.String getPrivateConnection();
- /**
- *
- *
- * - * Required. A reference to a private connection resource. - * Format: `projects/{project}/locations/{location}/privateConnections/{name}` - *- * - *
- * string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for privateConnection.
- */
- com.google.protobuf.ByteString getPrivateConnectionBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/SourceObjectIdentifierOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/SourceObjectIdentifierOrBuilder.java
deleted file mode 100644
index 886a6d21e10b..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/SourceObjectIdentifierOrBuilder.java
+++ /dev/null
@@ -1,156 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface SourceObjectIdentifierOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.SourceObjectIdentifier)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Oracle data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
- *
- *
- * @return Whether the oracleIdentifier field is set.
- */
- boolean hasOracleIdentifier();
- /**
- *
- *
- * - * Oracle data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
- *
- *
- * @return The oracleIdentifier.
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier
- getOracleIdentifier();
- /**
- *
- *
- * - * Oracle data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
- *
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifierOrBuilder
- getOracleIdentifierOrBuilder();
-
- /**
- *
- *
- * - * Mysql data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
- *
- *
- * @return Whether the mysqlIdentifier field is set.
- */
- boolean hasMysqlIdentifier();
- /**
- *
- *
- * - * Mysql data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
- *
- *
- * @return The mysqlIdentifier.
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier getMysqlIdentifier();
- /**
- *
- *
- * - * Mysql data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
- *
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifierOrBuilder
- getMysqlIdentifierOrBuilder();
-
- /**
- *
- *
- * - * PostgreSQL data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
- *
- *
- * @return Whether the postgresqlIdentifier field is set.
- */
- boolean hasPostgresqlIdentifier();
- /**
- *
- *
- * - * PostgreSQL data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
- *
- *
- * @return The postgresqlIdentifier.
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier
- getPostgresqlIdentifier();
- /**
- *
- *
- * - * PostgreSQL data source object identifier. - *- * - *
- * .google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
- *
- */
- com.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder
- getPostgresqlIdentifierOrBuilder();
-
- public com.google.cloud.datastream.v1.SourceObjectIdentifier.SourceIdentifierCase
- getSourceIdentifierCase();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StartBackfillJobRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StartBackfillJobRequestOrBuilder.java
deleted file mode 100644
index b4adbe22e5f7..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StartBackfillJobRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface StartBackfillJobRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.StartBackfillJobRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the stream object resource to start a backfill job for. - *- * - *
- * string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The object.
- */
- java.lang.String getObject();
- /**
- *
- *
- * - * Required. The name of the stream object resource to start a backfill job for. - *- * - *
- * string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for object.
- */
- com.google.protobuf.ByteString getObjectBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StaticServiceIpConnectivityOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StaticServiceIpConnectivityOrBuilder.java
deleted file mode 100644
index 5ba444a6b4a3..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StaticServiceIpConnectivityOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface StaticServiceIpConnectivityOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.StaticServiceIpConnectivity)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StopBackfillJobRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StopBackfillJobRequestOrBuilder.java
deleted file mode 100644
index 2852177482fd..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/StopBackfillJobRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1/datastream.proto
-
-package com.google.cloud.datastream.v1;
-
-public interface StopBackfillJobRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1.StopBackfillJobRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the stream object resource to stop the backfill job for. - *- * - *
- * string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The object.
- */
- java.lang.String getObject();
- /**
- *
- *
- * - * Required. The name of the stream object resource to stop the backfill job for. - *- * - *
- * string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for object.
- */
- com.google.protobuf.ByteString getObjectBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/AvroFileFormatOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/AvroFileFormatOrBuilder.java
deleted file mode 100644
index 5950a8156734..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/AvroFileFormatOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface AvroFileFormatOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.AvroFileFormat)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamResourcesProto.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamResourcesProto.java
deleted file mode 100644
index 5b95ebd7ea24..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamResourcesProto.java
+++ /dev/null
@@ -1,832 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public final class CloudDatastreamResourcesProto {
- private CloudDatastreamResourcesProto() {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
- }
-
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_ConnectionAttributesEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_ConnectionAttributesEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlProfile_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlProfile_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GcsProfile_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GcsProfile_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_NoConnectivitySettings_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_NoConnectivitySettings_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_StaticServiceIpConnectivity_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_StaticServiceIpConnectivity_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ForwardSshTunnelConnectivity_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ForwardSshTunnelConnectivity_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_VpcPeeringConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_VpcPeeringConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_LabelsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_LabelsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnectivity_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnectivity_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Route_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Route_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Route_LabelsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Route_LabelsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlSslConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlSslConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_LabelsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_LabelsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleColumn_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleColumn_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleTable_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleTable_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleSchema_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleSchema_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleRdbms_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleRdbms_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlColumn_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlColumn_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlTable_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlTable_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlDatabase_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlDatabase_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlRdbms_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlRdbms_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_MysqlSourceConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_MysqlSourceConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_SourceConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_SourceConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_AvroFileFormat_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_AvroFileFormat_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_JsonFileFormat_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_JsonFileFormat_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GcsDestinationConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GcsDestinationConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DestinationConfig_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DestinationConfig_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Stream_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillAllStrategy_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillAllStrategy_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillNoneStrategy_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillNoneStrategy_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Stream_LabelsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Stream_LabelsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Error_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Error_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Error_DetailsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Error_DetailsEntry_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ValidationResult_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ValidationResult_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_Validation_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_Validation_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_MetadataEntry_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_MetadataEntry_fieldAccessorTable;
-
- public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
- return descriptor;
- }
-
- private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
- static {
- java.lang.String[] descriptorData = {
- "\n;google/cloud/datastream/v1alpha1/datas"
- + "tream_resources.proto\022 google.cloud.data"
- + "stream.v1alpha1\032\037google/api/field_behavi"
- + "or.proto\032\031google/api/resource.proto\032\036goo"
- + "gle/protobuf/duration.proto\032\037google/prot"
- + "obuf/timestamp.proto\"\250\002\n\rOracleProfile\022\025"
- + "\n\010hostname\030\001 \001(\tB\003\340A\002\022\014\n\004port\030\002 \001(\005\022\025\n\010u"
- + "sername\030\003 \001(\tB\003\340A\002\022\025\n\010password\030\004 \001(\tB\003\340A"
- + "\002\022\035\n\020database_service\030\005 \001(\tB\003\340A\002\022h\n\025conn"
- + "ection_attributes\030\006 \003(\0132I.google.cloud.d"
- + "atastream.v1alpha1.OracleProfile.Connect"
- + "ionAttributesEntry\032;\n\031ConnectionAttribut"
- + "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\""
- + "\252\001\n\014MysqlProfile\022\025\n\010hostname\030\001 \001(\tB\003\340A\002\022"
- + "\014\n\004port\030\002 \001(\005\022\025\n\010username\030\003 \001(\tB\003\340A\002\022\030\n\010"
- + "password\030\004 \001(\tB\006\340A\002\340A\004\022D\n\nssl_config\030\005 \001"
- + "(\01320.google.cloud.datastream.v1alpha1.My"
- + "sqlSslConfig\"9\n\nGcsProfile\022\030\n\013bucket_nam"
- + "e\030\001 \001(\tB\003\340A\002\022\021\n\troot_path\030\002 \001(\t\"\030\n\026NoCon"
- + "nectivitySettings\"\035\n\033StaticServiceIpConn"
- + "ectivity\"\250\001\n\034ForwardSshTunnelConnectivit"
- + "y\022\025\n\010hostname\030\001 \001(\tB\003\340A\002\022\025\n\010username\030\002 \001"
- + "(\tB\003\340A\002\022\014\n\004port\030\003 \001(\005\022\027\n\010password\030d \001(\tB"
- + "\003\340A\004H\000\022\032\n\013private_key\030e \001(\tB\003\340A\004H\000B\027\n\025au"
- + "thentication_method\">\n\020VpcPeeringConfig\022"
- + "\025\n\010vpc_name\030\001 \001(\tB\003\340A\002\022\023\n\006subnet\030\002 \001(\tB\003"
- + "\340A\002\"\324\005\n\021PrivateConnection\022\021\n\004name\030\001 \001(\tB"
- + "\003\340A\003\0224\n\013create_time\030\002 \001(\0132\032.google.proto"
- + "buf.TimestampB\003\340A\003\0224\n\013update_time\030\003 \001(\0132"
- + "\032.google.protobuf.TimestampB\003\340A\003\022O\n\006labe"
- + "ls\030\004 \003(\0132?.google.cloud.datastream.v1alp"
- + "ha1.PrivateConnection.LabelsEntry\022\031\n\014dis"
- + "play_name\030\005 \001(\tB\003\340A\002\022M\n\005state\030\006 \001(\01629.go"
- + "ogle.cloud.datastream.v1alpha1.PrivateCo"
- + "nnection.StateB\003\340A\003\022;\n\005error\030\007 \001(\0132\'.goo"
- + "gle.cloud.datastream.v1alpha1.ErrorB\003\340A\003"
- + "\022N\n\022vpc_peering_config\030d \001(\01322.google.cl"
- + "oud.datastream.v1alpha1.VpcPeeringConfig"
- + "\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 "
- + "\001(\t:\0028\001\"E\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022"
- + "\014\n\010CREATING\020\001\022\013\n\007CREATED\020\002\022\n\n\006FAILED\020\003:\201"
- + "\001\352A~\n+datastream.googleapis.com/PrivateC"
- + "onnection\022Oprojects/{project}/locations/"
- + "{location}/privateConnections/{private_c"
- + "onnection}\";\n\023PrivateConnectivity\022$\n\027pri"
- + "vate_connection_name\030\001 \001(\tB\003\340A\002\"\331\003\n\005Rout"
- + "e\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013create_time\030\002 \001("
- + "\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n\013up"
- + "date_time\030\003 \001(\0132\032.google.protobuf.Timest"
- + "ampB\003\340A\003\022C\n\006labels\030\004 \003(\01323.google.cloud."
- + "datastream.v1alpha1.Route.LabelsEntry\022\031\n"
- + "\014display_name\030\005 \001(\tB\003\340A\002\022 \n\023destination_"
- + "address\030\006 \001(\tB\003\340A\002\022\030\n\020destination_port\030\007"
- + " \001(\005\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu"
- + "e\030\002 \001(\t:\0028\001:\205\001\352A\201\001\n\037datastream.googleapi"
- + "s.com/Route\022^projects/{project}/location"
- + "s/{location}/privateConnections/{private"
- + "_connection}/routes/{route}\"\312\001\n\016MysqlSsl"
- + "Config\022\027\n\nclient_key\030\013 \001(\tB\003\340A\004\022\033\n\016clien"
- + "t_key_set\030\014 \001(\010B\003\340A\003\022\037\n\022client_certifica"
- + "te\030\r \001(\tB\003\340A\004\022#\n\026client_certificate_set\030"
- + "\016 \001(\010B\003\340A\003\022\033\n\016ca_certificate\030\017 \001(\tB\003\340A\004\022"
- + "\037\n\022ca_certificate_set\030\020 \001(\010B\003\340A\003\"\242\010\n\021Con"
- + "nectionProfile\022\021\n\004name\030\001 \001(\tB\003\340A\003\0224\n\013cre"
- + "ate_time\030\002 \001(\0132\032.google.protobuf.Timesta"
- + "mpB\003\340A\003\0224\n\013update_time\030\003 \001(\0132\032.google.pr"
- + "otobuf.TimestampB\003\340A\003\022O\n\006labels\030\004 \003(\0132?."
- + "google.cloud.datastream.v1alpha1.Connect"
- + "ionProfile.LabelsEntry\022\031\n\014display_name\030\005"
- + " \001(\tB\003\340A\002\022I\n\016oracle_profile\030d \001(\0132/.goog"
- + "le.cloud.datastream.v1alpha1.OracleProfi"
- + "leH\000\022C\n\013gcs_profile\030e \001(\0132,.google.cloud"
- + ".datastream.v1alpha1.GcsProfileH\000\022G\n\rmys"
- + "ql_profile\030f \001(\0132..google.cloud.datastre"
- + "am.v1alpha1.MysqlProfileH\000\022T\n\017no_connect"
- + "ivity\030\310\001 \001(\01328.google.cloud.datastream.v"
- + "1alpha1.NoConnectivitySettingsH\001\022h\n\036stat"
- + "ic_service_ip_connectivity\030\311\001 \001(\0132=.goog"
- + "le.cloud.datastream.v1alpha1.StaticServi"
- + "ceIpConnectivityH\001\022c\n\030forward_ssh_connec"
- + "tivity\030\312\001 \001(\0132>.google.cloud.datastream."
- + "v1alpha1.ForwardSshTunnelConnectivityH\001\022"
- + "V\n\024private_connectivity\030\313\001 \001(\01325.google."
- + "cloud.datastream.v1alpha1.PrivateConnect"
- + "ivityH\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v"
- + "alue\030\002 \001(\t:\0028\001:\201\001\352A~\n+datastream.googlea"
- + "pis.com/ConnectionProfile\022Oprojects/{pro"
- + "ject}/locations/{location}/connectionPro"
- + "files/{connection_profile}B\t\n\007profileB\016\n"
- + "\014connectivity\"\273\001\n\014OracleColumn\022\023\n\013column"
- + "_name\030\001 \001(\t\022\021\n\tdata_type\030\002 \001(\t\022\016\n\006length"
- + "\030\003 \001(\005\022\021\n\tprecision\030\004 \001(\005\022\r\n\005scale\030\005 \001(\005"
- + "\022\020\n\010encoding\030\006 \001(\t\022\023\n\013primary_key\030\007 \001(\010\022"
- + "\020\n\010nullable\030\010 \001(\010\022\030\n\020ordinal_position\030\t "
- + "\001(\005\"i\n\013OracleTable\022\022\n\ntable_name\030\001 \001(\t\022F"
- + "\n\016oracle_columns\030\002 \003(\0132..google.cloud.da"
- + "tastream.v1alpha1.OracleColumn\"i\n\014Oracle"
- + "Schema\022\023\n\013schema_name\030\001 \001(\t\022D\n\roracle_ta"
- + "bles\030\002 \003(\0132-.google.cloud.datastream.v1a"
- + "lpha1.OracleTable\"U\n\013OracleRdbms\022F\n\016orac"
- + "le_schemas\030\001 \003(\0132..google.cloud.datastre"
- + "am.v1alpha1.OracleSchema\"\231\001\n\022OracleSourc"
- + "eConfig\022@\n\tallowlist\030\001 \001(\0132-.google.clou"
- + "d.datastream.v1alpha1.OracleRdbms\022A\n\nrej"
- + "ectlist\030\002 \001(\0132-.google.cloud.datastream."
- + "v1alpha1.OracleRdbms\"\231\001\n\013MysqlColumn\022\023\n\013"
- + "column_name\030\001 \001(\t\022\021\n\tdata_type\030\002 \001(\t\022\016\n\006"
- + "length\030\003 \001(\005\022\021\n\tcollation\030\004 \001(\t\022\023\n\013prima"
- + "ry_key\030\005 \001(\010\022\020\n\010nullable\030\006 \001(\010\022\030\n\020ordina"
- + "l_position\030\007 \001(\005\"f\n\nMysqlTable\022\022\n\ntable_"
- + "name\030\001 \001(\t\022D\n\rmysql_columns\030\002 \003(\0132-.goog"
- + "le.cloud.datastream.v1alpha1.MysqlColumn"
- + "\"j\n\rMysqlDatabase\022\025\n\rdatabase_name\030\001 \001(\t"
- + "\022B\n\014mysql_tables\030\002 \003(\0132,.google.cloud.da"
- + "tastream.v1alpha1.MysqlTable\"V\n\nMysqlRdb"
- + "ms\022H\n\017mysql_databases\030\001 \003(\0132/.google.clo"
- + "ud.datastream.v1alpha1.MysqlDatabase\"\226\001\n"
- + "\021MysqlSourceConfig\022?\n\tallowlist\030\001 \001(\0132,."
- + "google.cloud.datastream.v1alpha1.MysqlRd"
- + "bms\022@\n\nrejectlist\030\002 \001(\0132,.google.cloud.d"
- + "atastream.v1alpha1.MysqlRdbms\"\375\001\n\014Source"
- + "Config\022+\n\036source_connection_profile_name"
- + "\030\001 \001(\tB\003\340A\002\022T\n\024oracle_source_config\030d \001("
- + "\01324.google.cloud.datastream.v1alpha1.Ora"
- + "cleSourceConfigH\000\022R\n\023mysql_source_config"
- + "\030e \001(\01323.google.cloud.datastream.v1alpha"
- + "1.MysqlSourceConfigH\000B\026\n\024source_stream_c"
- + "onfig\"\020\n\016AvroFileFormat\"\212\002\n\016JsonFileForm"
- + "at\022N\n\022schema_file_format\030\001 \001(\01622.google."
- + "cloud.datastream.v1alpha1.SchemaFileForm"
- + "at\022U\n\013compression\030\002 \001(\0162@.google.cloud.d"
- + "atastream.v1alpha1.JsonFileFormat.JsonCo"
- + "mpression\"Q\n\017JsonCompression\022 \n\034JSON_COM"
- + "PRESSION_UNSPECIFIED\020\000\022\022\n\016NO_COMPRESSION"
- + "\020\001\022\010\n\004GZIP\020\002\"\362\002\n\024GcsDestinationConfig\022\014\n"
- + "\004path\030\001 \001(\t\022L\n\017gcs_file_format\030\002 \001(\0162/.g"
- + "oogle.cloud.datastream.v1alpha1.GcsFileF"
- + "ormatB\002\030\001\022\030\n\020file_rotation_mb\030\003 \001(\005\0229\n\026f"
- + "ile_rotation_interval\030\004 \001(\0132\031.google.pro"
- + "tobuf.Duration\022L\n\020avro_file_format\030d \001(\013"
- + "20.google.cloud.datastream.v1alpha1.Avro"
- + "FileFormatH\000\022L\n\020json_file_format\030e \001(\01320"
- + ".google.cloud.datastream.v1alpha1.JsonFi"
- + "leFormatH\000B\r\n\013file_format\"\274\001\n\021Destinatio"
- + "nConfig\0220\n#destination_connection_profil"
- + "e_name\030\001 \001(\tB\003\340A\002\022X\n\026gcs_destination_con"
- + "fig\030d \001(\01326.google.cloud.datastream.v1al"
- + "pha1.GcsDestinationConfigH\000B\033\n\031destinati"
- + "on_stream_config\"\330\t\n\006Stream\022\021\n\004name\030\001 \001("
- + "\tB\003\340A\003\0224\n\013create_time\030\002 \001(\0132\032.google.pro"
- + "tobuf.TimestampB\003\340A\003\0224\n\013update_time\030\003 \001("
- + "\0132\032.google.protobuf.TimestampB\003\340A\003\022D\n\006la"
- + "bels\030\004 \003(\01324.google.cloud.datastream.v1a"
- + "lpha1.Stream.LabelsEntry\022\031\n\014display_name"
- + "\030\005 \001(\tB\003\340A\002\022J\n\rsource_config\030\006 \001(\0132..goo"
- + "gle.cloud.datastream.v1alpha1.SourceConf"
- + "igB\003\340A\002\022T\n\022destination_config\030\007 \001(\01323.go"
- + "ogle.cloud.datastream.v1alpha1.Destinati"
- + "onConfigB\003\340A\002\022=\n\005state\030\010 \001(\0162..google.cl"
- + "oud.datastream.v1alpha1.Stream.State\022T\n\014"
- + "backfill_all\030e \001(\0132<.google.cloud.datast"
- + "ream.v1alpha1.Stream.BackfillAllStrategy"
- + "H\000\022V\n\rbackfill_none\030f \001(\0132=.google.cloud"
- + ".datastream.v1alpha1.Stream.BackfillNone"
- + "StrategyH\000\022<\n\006errors\030\t \003(\0132\'.google.clou"
- + "d.datastream.v1alpha1.ErrorB\003\340A\003\032\313\001\n\023Bac"
- + "kfillAllStrategy\022P\n\027oracle_excluded_obje"
- + "cts\030\001 \001(\0132-.google.cloud.datastream.v1al"
- + "pha1.OracleRdbmsH\000\022N\n\026mysql_excluded_obj"
- + "ects\030\002 \001(\0132,.google.cloud.datastream.v1a"
- + "lpha1.MysqlRdbmsH\000B\022\n\020excluded_objects\032\026"
- + "\n\024BackfillNoneStrategy\032-\n\013LabelsEntry\022\013\n"
- + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\225\001\n\005State\022"
- + "\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007CREATED\020\001\022\013\n\007R"
- + "UNNING\020\002\022\n\n\006PAUSED\020\003\022\017\n\013MAINTENANCE\020\004\022\n\n"
- + "\006FAILED\020\005\022\026\n\022FAILED_PERMANENTLY\020\006\022\014\n\010STA"
- + "RTING\020\007\022\014\n\010DRAINING\020\010:_\352A\\\n datastream.g"
- + "oogleapis.com/Stream\0228projects/{project}"
- + "/locations/{location}/streams/{stream}B\023"
- + "\n\021backfill_strategy\"\343\001\n\005Error\022\016\n\006reason\030"
- + "\001 \001(\t\022\022\n\nerror_uuid\030\002 \001(\t\022\017\n\007message\030\003 \001"
- + "(\t\022.\n\nerror_time\030\004 \001(\0132\032.google.protobuf"
- + ".Timestamp\022E\n\007details\030\005 \003(\01324.google.clo"
- + "ud.datastream.v1alpha1.Error.DetailsEntr"
- + "y\032.\n\014DetailsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030"
- + "\002 \001(\t:\0028\001\"U\n\020ValidationResult\022A\n\013validat"
- + "ions\030\001 \003(\0132,.google.cloud.datastream.v1a"
- + "lpha1.Validation\"\206\002\n\nValidation\022\023\n\013descr"
- + "iption\030\001 \001(\t\022C\n\006status\030\002 \001(\01623.google.cl"
- + "oud.datastream.v1alpha1.Validation.Statu"
- + "s\022D\n\007message\030\003 \003(\01323.google.cloud.datast"
- + "ream.v1alpha1.ValidationMessage\022\014\n\004code\030"
- + "\004 \001(\t\"J\n\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000\022"
- + "\020\n\014NOT_EXECUTED\020\001\022\n\n\006FAILED\020\002\022\n\n\006PASSED\020"
- + "\003\"\272\002\n\021ValidationMessage\022\017\n\007message\030\001 \001(\t"
- + "\022H\n\005level\030\002 \001(\01629.google.cloud.datastrea"
- + "m.v1alpha1.ValidationMessage.Level\022S\n\010me"
- + "tadata\030\003 \003(\0132A.google.cloud.datastream.v"
- + "1alpha1.ValidationMessage.MetadataEntry\022"
- + "\014\n\004code\030\004 \001(\t\032/\n\rMetadataEntry\022\013\n\003key\030\001 "
- + "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"6\n\005Level\022\025\n\021LEVEL"
- + "_UNSPECIFIED\020\000\022\013\n\007WARNING\020\001\022\t\n\005ERROR\020\002*>"
- + "\n\rGcsFileFormat\022\037\n\033GCS_FILE_FORMAT_UNSPE"
- + "CIFIED\020\000\022\010\n\004AVRO\020\001\032\002\030\001*`\n\020SchemaFileForm"
- + "at\022\"\n\036SCHEMA_FILE_FORMAT_UNSPECIFIED\020\000\022\022"
- + "\n\016NO_SCHEMA_FILE\020\001\022\024\n\020AVRO_SCHEMA_FILE\020\002"
- + "B\371\001\n$com.google.cloud.datastream.v1alpha"
- + "1B\035CloudDatastreamResourcesProtoP\001ZDclou"
- + "d.google.com/go/datastream/apiv1alpha1/d"
- + "atastreampb;datastreampb\252\002 Google.Cloud."
- + "Datastream.V1Alpha1\312\002 Google\\Cloud\\Datas"
- + "tream\\V1alpha1\352\002#Google::Cloud::Datastre"
- + "am::V1alpha1b\006proto3"
- };
- descriptor =
- com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.FieldBehaviorProto.getDescriptor(),
- com.google.api.ResourceProto.getDescriptor(),
- com.google.protobuf.DurationProto.getDescriptor(),
- com.google.protobuf.TimestampProto.getDescriptor(),
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_descriptor =
- getDescriptor().getMessageTypes().get(0);
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_descriptor,
- new java.lang.String[] {
- "Hostname", "Port", "Username", "Password", "DatabaseService", "ConnectionAttributes",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_ConnectionAttributesEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_ConnectionAttributesEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleProfile_ConnectionAttributesEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlProfile_descriptor =
- getDescriptor().getMessageTypes().get(1);
- internal_static_google_cloud_datastream_v1alpha1_MysqlProfile_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlProfile_descriptor,
- new java.lang.String[] {
- "Hostname", "Port", "Username", "Password", "SslConfig",
- });
- internal_static_google_cloud_datastream_v1alpha1_GcsProfile_descriptor =
- getDescriptor().getMessageTypes().get(2);
- internal_static_google_cloud_datastream_v1alpha1_GcsProfile_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_GcsProfile_descriptor,
- new java.lang.String[] {
- "BucketName", "RootPath",
- });
- internal_static_google_cloud_datastream_v1alpha1_NoConnectivitySettings_descriptor =
- getDescriptor().getMessageTypes().get(3);
- internal_static_google_cloud_datastream_v1alpha1_NoConnectivitySettings_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_NoConnectivitySettings_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_datastream_v1alpha1_StaticServiceIpConnectivity_descriptor =
- getDescriptor().getMessageTypes().get(4);
- internal_static_google_cloud_datastream_v1alpha1_StaticServiceIpConnectivity_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_StaticServiceIpConnectivity_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_datastream_v1alpha1_ForwardSshTunnelConnectivity_descriptor =
- getDescriptor().getMessageTypes().get(5);
- internal_static_google_cloud_datastream_v1alpha1_ForwardSshTunnelConnectivity_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ForwardSshTunnelConnectivity_descriptor,
- new java.lang.String[] {
- "Hostname", "Username", "Port", "Password", "PrivateKey", "AuthenticationMethod",
- });
- internal_static_google_cloud_datastream_v1alpha1_VpcPeeringConfig_descriptor =
- getDescriptor().getMessageTypes().get(6);
- internal_static_google_cloud_datastream_v1alpha1_VpcPeeringConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_VpcPeeringConfig_descriptor,
- new java.lang.String[] {
- "VpcName", "Subnet",
- });
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_descriptor =
- getDescriptor().getMessageTypes().get(7);
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_descriptor,
- new java.lang.String[] {
- "Name",
- "CreateTime",
- "UpdateTime",
- "Labels",
- "DisplayName",
- "State",
- "Error",
- "VpcPeeringConfig",
- });
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_LabelsEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_LabelsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnection_LabelsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnectivity_descriptor =
- getDescriptor().getMessageTypes().get(8);
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnectivity_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_PrivateConnectivity_descriptor,
- new java.lang.String[] {
- "PrivateConnectionName",
- });
- internal_static_google_cloud_datastream_v1alpha1_Route_descriptor =
- getDescriptor().getMessageTypes().get(9);
- internal_static_google_cloud_datastream_v1alpha1_Route_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Route_descriptor,
- new java.lang.String[] {
- "Name",
- "CreateTime",
- "UpdateTime",
- "Labels",
- "DisplayName",
- "DestinationAddress",
- "DestinationPort",
- });
- internal_static_google_cloud_datastream_v1alpha1_Route_LabelsEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_Route_descriptor.getNestedTypes().get(0);
- internal_static_google_cloud_datastream_v1alpha1_Route_LabelsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Route_LabelsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlSslConfig_descriptor =
- getDescriptor().getMessageTypes().get(10);
- internal_static_google_cloud_datastream_v1alpha1_MysqlSslConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlSslConfig_descriptor,
- new java.lang.String[] {
- "ClientKey",
- "ClientKeySet",
- "ClientCertificate",
- "ClientCertificateSet",
- "CaCertificate",
- "CaCertificateSet",
- });
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_descriptor =
- getDescriptor().getMessageTypes().get(11);
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_descriptor,
- new java.lang.String[] {
- "Name",
- "CreateTime",
- "UpdateTime",
- "Labels",
- "DisplayName",
- "OracleProfile",
- "GcsProfile",
- "MysqlProfile",
- "NoConnectivity",
- "StaticServiceIpConnectivity",
- "ForwardSshConnectivity",
- "PrivateConnectivity",
- "Profile",
- "Connectivity",
- });
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_LabelsEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_LabelsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ConnectionProfile_LabelsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleColumn_descriptor =
- getDescriptor().getMessageTypes().get(12);
- internal_static_google_cloud_datastream_v1alpha1_OracleColumn_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleColumn_descriptor,
- new java.lang.String[] {
- "ColumnName",
- "DataType",
- "Length",
- "Precision",
- "Scale",
- "Encoding",
- "PrimaryKey",
- "Nullable",
- "OrdinalPosition",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleTable_descriptor =
- getDescriptor().getMessageTypes().get(13);
- internal_static_google_cloud_datastream_v1alpha1_OracleTable_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleTable_descriptor,
- new java.lang.String[] {
- "TableName", "OracleColumns",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleSchema_descriptor =
- getDescriptor().getMessageTypes().get(14);
- internal_static_google_cloud_datastream_v1alpha1_OracleSchema_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleSchema_descriptor,
- new java.lang.String[] {
- "SchemaName", "OracleTables",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleRdbms_descriptor =
- getDescriptor().getMessageTypes().get(15);
- internal_static_google_cloud_datastream_v1alpha1_OracleRdbms_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleRdbms_descriptor,
- new java.lang.String[] {
- "OracleSchemas",
- });
- internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor =
- getDescriptor().getMessageTypes().get(16);
- internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor,
- new java.lang.String[] {
- "Allowlist", "Rejectlist",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlColumn_descriptor =
- getDescriptor().getMessageTypes().get(17);
- internal_static_google_cloud_datastream_v1alpha1_MysqlColumn_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlColumn_descriptor,
- new java.lang.String[] {
- "ColumnName",
- "DataType",
- "Length",
- "Collation",
- "PrimaryKey",
- "Nullable",
- "OrdinalPosition",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlTable_descriptor =
- getDescriptor().getMessageTypes().get(18);
- internal_static_google_cloud_datastream_v1alpha1_MysqlTable_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlTable_descriptor,
- new java.lang.String[] {
- "TableName", "MysqlColumns",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlDatabase_descriptor =
- getDescriptor().getMessageTypes().get(19);
- internal_static_google_cloud_datastream_v1alpha1_MysqlDatabase_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlDatabase_descriptor,
- new java.lang.String[] {
- "DatabaseName", "MysqlTables",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlRdbms_descriptor =
- getDescriptor().getMessageTypes().get(20);
- internal_static_google_cloud_datastream_v1alpha1_MysqlRdbms_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlRdbms_descriptor,
- new java.lang.String[] {
- "MysqlDatabases",
- });
- internal_static_google_cloud_datastream_v1alpha1_MysqlSourceConfig_descriptor =
- getDescriptor().getMessageTypes().get(21);
- internal_static_google_cloud_datastream_v1alpha1_MysqlSourceConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_MysqlSourceConfig_descriptor,
- new java.lang.String[] {
- "Allowlist", "Rejectlist",
- });
- internal_static_google_cloud_datastream_v1alpha1_SourceConfig_descriptor =
- getDescriptor().getMessageTypes().get(22);
- internal_static_google_cloud_datastream_v1alpha1_SourceConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_SourceConfig_descriptor,
- new java.lang.String[] {
- "SourceConnectionProfileName",
- "OracleSourceConfig",
- "MysqlSourceConfig",
- "SourceStreamConfig",
- });
- internal_static_google_cloud_datastream_v1alpha1_AvroFileFormat_descriptor =
- getDescriptor().getMessageTypes().get(23);
- internal_static_google_cloud_datastream_v1alpha1_AvroFileFormat_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_AvroFileFormat_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_datastream_v1alpha1_JsonFileFormat_descriptor =
- getDescriptor().getMessageTypes().get(24);
- internal_static_google_cloud_datastream_v1alpha1_JsonFileFormat_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_JsonFileFormat_descriptor,
- new java.lang.String[] {
- "SchemaFileFormat", "Compression",
- });
- internal_static_google_cloud_datastream_v1alpha1_GcsDestinationConfig_descriptor =
- getDescriptor().getMessageTypes().get(25);
- internal_static_google_cloud_datastream_v1alpha1_GcsDestinationConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_GcsDestinationConfig_descriptor,
- new java.lang.String[] {
- "Path",
- "GcsFileFormat",
- "FileRotationMb",
- "FileRotationInterval",
- "AvroFileFormat",
- "JsonFileFormat",
- "FileFormat",
- });
- internal_static_google_cloud_datastream_v1alpha1_DestinationConfig_descriptor =
- getDescriptor().getMessageTypes().get(26);
- internal_static_google_cloud_datastream_v1alpha1_DestinationConfig_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_DestinationConfig_descriptor,
- new java.lang.String[] {
- "DestinationConnectionProfileName", "GcsDestinationConfig", "DestinationStreamConfig",
- });
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor =
- getDescriptor().getMessageTypes().get(27);
- internal_static_google_cloud_datastream_v1alpha1_Stream_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor,
- new java.lang.String[] {
- "Name",
- "CreateTime",
- "UpdateTime",
- "Labels",
- "DisplayName",
- "SourceConfig",
- "DestinationConfig",
- "State",
- "BackfillAll",
- "BackfillNone",
- "Errors",
- "BackfillStrategy",
- });
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillAllStrategy_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor.getNestedTypes().get(0);
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillAllStrategy_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillAllStrategy_descriptor,
- new java.lang.String[] {
- "OracleExcludedObjects", "MysqlExcludedObjects", "ExcludedObjects",
- });
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillNoneStrategy_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor.getNestedTypes().get(1);
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillNoneStrategy_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Stream_BackfillNoneStrategy_descriptor,
- new java.lang.String[] {});
- internal_static_google_cloud_datastream_v1alpha1_Stream_LabelsEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_Stream_descriptor.getNestedTypes().get(2);
- internal_static_google_cloud_datastream_v1alpha1_Stream_LabelsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Stream_LabelsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_Error_descriptor =
- getDescriptor().getMessageTypes().get(28);
- internal_static_google_cloud_datastream_v1alpha1_Error_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Error_descriptor,
- new java.lang.String[] {
- "Reason", "ErrorUuid", "Message", "ErrorTime", "Details",
- });
- internal_static_google_cloud_datastream_v1alpha1_Error_DetailsEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_Error_descriptor.getNestedTypes().get(0);
- internal_static_google_cloud_datastream_v1alpha1_Error_DetailsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Error_DetailsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- internal_static_google_cloud_datastream_v1alpha1_ValidationResult_descriptor =
- getDescriptor().getMessageTypes().get(29);
- internal_static_google_cloud_datastream_v1alpha1_ValidationResult_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ValidationResult_descriptor,
- new java.lang.String[] {
- "Validations",
- });
- internal_static_google_cloud_datastream_v1alpha1_Validation_descriptor =
- getDescriptor().getMessageTypes().get(30);
- internal_static_google_cloud_datastream_v1alpha1_Validation_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_Validation_descriptor,
- new java.lang.String[] {
- "Description", "Status", "Message", "Code",
- });
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_descriptor =
- getDescriptor().getMessageTypes().get(31);
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_descriptor,
- new java.lang.String[] {
- "Message", "Level", "Metadata", "Code",
- });
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_MetadataEntry_descriptor =
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_descriptor
- .getNestedTypes()
- .get(0);
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_MetadataEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
- internal_static_google_cloud_datastream_v1alpha1_ValidationMessage_MetadataEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
- com.google.protobuf.ExtensionRegistry registry =
- com.google.protobuf.ExtensionRegistry.newInstance();
- registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
- registry.add(com.google.api.ResourceProto.resource);
- com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
- descriptor, registry);
- com.google.api.FieldBehaviorProto.getDescriptor();
- com.google.api.ResourceProto.getDescriptor();
- com.google.protobuf.DurationProto.getDescriptor();
- com.google.protobuf.TimestampProto.getDescriptor();
- }
-
- // @@protoc_insertion_point(outer_class_scope)
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamServiceProto.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamServiceProto.java
deleted file mode 100644
index 9956fe0f4e70..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/CloudDatastreamServiceProto.java
+++ /dev/null
@@ -1,699 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public final class CloudDatastreamServiceProto {
- private CloudDatastreamServiceProto() {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
- }
-
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DiscoverConnectionProfileRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DiscoverConnectionProfileRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DiscoverConnectionProfileResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DiscoverConnectionProfileResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_FetchStaticIpsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_FetchStaticIpsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_FetchStaticIpsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_FetchStaticIpsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_FetchErrorsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_FetchErrorsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_FetchErrorsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_FetchErrorsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListConnectionProfilesRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListConnectionProfilesRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListConnectionProfilesResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListConnectionProfilesResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GetConnectionProfileRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GetConnectionProfileRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_CreateConnectionProfileRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_CreateConnectionProfileRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_UpdateConnectionProfileRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_UpdateConnectionProfileRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DeleteConnectionProfileRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DeleteConnectionProfileRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListStreamsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListStreamsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListStreamsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListStreamsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GetStreamRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GetStreamRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_CreateStreamRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_CreateStreamRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_UpdateStreamRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_UpdateStreamRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DeleteStreamRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DeleteStreamRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_OperationMetadata_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_OperationMetadata_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_CreatePrivateConnectionRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_CreatePrivateConnectionRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListPrivateConnectionsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListPrivateConnectionsRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListPrivateConnectionsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListPrivateConnectionsResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DeletePrivateConnectionRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DeletePrivateConnectionRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GetPrivateConnectionRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GetPrivateConnectionRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_CreateRouteRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_CreateRouteRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListRoutesRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListRoutesRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_ListRoutesResponse_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_ListRoutesResponse_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_DeleteRouteRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_DeleteRouteRequest_fieldAccessorTable;
- static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_cloud_datastream_v1alpha1_GetRouteRequest_descriptor;
- static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internal_static_google_cloud_datastream_v1alpha1_GetRouteRequest_fieldAccessorTable;
-
- public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
- return descriptor;
- }
-
- private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
- static {
- java.lang.String[] descriptorData = {
- "\n1google/cloud/datastream/v1alpha1/datas"
- + "tream.proto\022 google.cloud.datastream.v1a"
- + "lpha1\032\034google/api/annotations.proto\032\027goo"
- + "gle/api/client.proto\032\037google/api/field_b"
- + "ehavior.proto\032\031google/api/resource.proto"
- + "\032;google/cloud/datastream/v1alpha1/datas"
- + "tream_resources.proto\032#google/longrunnin"
- + "g/operations.proto\032 google/protobuf/fiel"
- + "d_mask.proto\032\037google/protobuf/timestamp."
- + "proto\"\275\003\n DiscoverConnectionProfileReque"
- + "st\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\022+datastream.g"
- + "oogleapis.com/ConnectionProfile\022R\n\022conne"
- + "ction_profile\030\310\001 \001(\01323.google.cloud.data"
- + "stream.v1alpha1.ConnectionProfileH\000\022\"\n\027c"
- + "onnection_profile_name\030\311\001 \001(\tH\000\022\023\n\trecur"
- + "sive\030\003 \001(\010H\001\022\031\n\017recursion_depth\030\004 \001(\005H\001\022"
- + "E\n\014oracle_rdbms\030d \001(\0132-.google.cloud.dat"
- + "astream.v1alpha1.OracleRdbmsH\002\022C\n\013mysql_"
- + "rdbms\030e \001(\0132,.google.cloud.datastream.v1"
- + "alpha1.MysqlRdbmsH\002B\010\n\006targetB\007\n\005depthB\r"
- + "\n\013data_object\"\276\001\n!DiscoverConnectionProf"
- + "ileResponse\022E\n\014oracle_rdbms\030d \001(\0132-.goog"
- + "le.cloud.datastream.v1alpha1.OracleRdbms"
- + "H\000\022C\n\013mysql_rdbms\030e \001(\0132,.google.cloud.d"
- + "atastream.v1alpha1.MysqlRdbmsH\000B\r\n\013data_"
- + "object\"w\n\025FetchStaticIpsRequest\0227\n\004name\030"
- + "\001 \001(\tB)\340A\002\372A#\n!locations.googleapis.com/"
- + "Location\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_toke"
- + "n\030\003 \001(\t\"E\n\026FetchStaticIpsResponse\022\022\n\nsta"
- + "tic_ips\030\001 \003(\t\022\027\n\017next_page_token\030\002 \001(\t\"K"
- + "\n\022FetchErrorsRequest\0225\n\006stream\030\001 \001(\tB%\372A"
- + "\"\n datastream.googleapis.com/Stream\"N\n\023F"
- + "etchErrorsResponse\0227\n\006errors\030\001 \003(\0132\'.goo"
- + "gle.cloud.datastream.v1alpha1.Error\"\255\001\n\035"
- + "ListConnectionProfilesRequest\022C\n\006parent\030"
- + "\001 \001(\tB3\340A\002\372A-\022+datastream.googleapis.com"
- + "/ConnectionProfile\022\021\n\tpage_size\030\002 \001(\005\022\022\n"
- + "\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\022\020\n\010ord"
- + "er_by\030\005 \001(\t\"\240\001\n\036ListConnectionProfilesRe"
- + "sponse\022P\n\023connection_profiles\030\001 \003(\01323.go"
- + "ogle.cloud.datastream.v1alpha1.Connectio"
- + "nProfile\022\027\n\017next_page_token\030\002 \001(\t\022\023\n\013unr"
- + "eachable\030\003 \003(\t\"`\n\033GetConnectionProfileRe"
- + "quest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+datastream."
- + "googleapis.com/ConnectionProfile\"\370\001\n\036Cre"
- + "ateConnectionProfileRequest\022C\n\006parent\030\001 "
- + "\001(\tB3\340A\002\372A-\022+datastream.googleapis.com/C"
- + "onnectionProfile\022\"\n\025connection_profile_i"
- + "d\030\002 \001(\tB\003\340A\002\022T\n\022connection_profile\030\003 \001(\013"
- + "23.google.cloud.datastream.v1alpha1.Conn"
- + "ectionProfileB\003\340A\002\022\027\n\nrequest_id\030\004 \001(\tB\003"
- + "\340A\001\"\305\001\n\036UpdateConnectionProfileRequest\0224"
- + "\n\013update_mask\030\001 \001(\0132\032.google.protobuf.Fi"
- + "eldMaskB\003\340A\001\022T\n\022connection_profile\030\002 \001(\013"
- + "23.google.cloud.datastream.v1alpha1.Conn"
- + "ectionProfileB\003\340A\002\022\027\n\nrequest_id\030\003 \001(\tB\003"
- + "\340A\001\"|\n\036DeleteConnectionProfileRequest\022A\n"
- + "\004name\030\001 \001(\tB3\340A\002\372A-\n+datastream.googleap"
- + "is.com/ConnectionProfile\022\027\n\nrequest_id\030\002"
- + " \001(\tB\003\340A\001\"\227\001\n\022ListStreamsRequest\0228\n\006pare"
- + "nt\030\001 \001(\tB(\340A\002\372A\"\022 datastream.googleapis."
- + "com/Stream\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_to"
- + "ken\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\022\020\n\010order_by\030\005 "
- + "\001(\t\"~\n\023ListStreamsResponse\0229\n\007streams\030\001 "
- + "\003(\0132(.google.cloud.datastream.v1alpha1.S"
- + "tream\022\027\n\017next_page_token\030\002 \001(\t\022\023\n\013unreac"
- + "hable\030\003 \003(\t\"J\n\020GetStreamRequest\0226\n\004name\030"
- + "\001 \001(\tB(\340A\002\372A\"\n datastream.googleapis.com"
- + "/Stream\"\357\001\n\023CreateStreamRequest\0228\n\006paren"
- + "t\030\001 \001(\tB(\340A\002\372A\"\022 datastream.googleapis.c"
- + "om/Stream\022\026\n\tstream_id\030\002 \001(\tB\003\340A\002\022=\n\006str"
- + "eam\030\003 \001(\0132(.google.cloud.datastream.v1al"
- + "pha1.StreamB\003\340A\002\022\027\n\nrequest_id\030\004 \001(\tB\003\340A"
- + "\001\022\032\n\rvalidate_only\030\005 \001(\010B\003\340A\001\022\022\n\005force\030\006"
- + " \001(\010B\003\340A\001\"\323\001\n\023UpdateStreamRequest\0224\n\013upd"
- + "ate_mask\030\001 \001(\0132\032.google.protobuf.FieldMa"
- + "skB\003\340A\001\022=\n\006stream\030\002 \001(\0132(.google.cloud.d"
- + "atastream.v1alpha1.StreamB\003\340A\002\022\027\n\nreques"
- + "t_id\030\003 \001(\tB\003\340A\001\022\032\n\rvalidate_only\030\004 \001(\010B\003"
- + "\340A\001\022\022\n\005force\030\005 \001(\010B\003\340A\001\"f\n\023DeleteStreamR"
- + "equest\0226\n\004name\030\001 \001(\tB(\340A\002\372A\"\n datastream"
- + ".googleapis.com/Stream\022\027\n\nrequest_id\030\002 \001"
- + "(\tB\003\340A\001\"\324\002\n\021OperationMetadata\0224\n\013create_"
- + "time\030\001 \001(\0132\032.google.protobuf.TimestampB\003"
- + "\340A\003\0221\n\010end_time\030\002 \001(\0132\032.google.protobuf."
- + "TimestampB\003\340A\003\022\023\n\006target\030\003 \001(\tB\003\340A\003\022\021\n\004v"
- + "erb\030\004 \001(\tB\003\340A\003\022\033\n\016status_message\030\005 \001(\tB\003"
- + "\340A\003\022#\n\026requested_cancellation\030\006 \001(\010B\003\340A\003"
- + "\022\030\n\013api_version\030\007 \001(\tB\003\340A\003\022R\n\021validation"
- + "_result\030\010 \001(\01322.google.cloud.datastream."
- + "v1alpha1.ValidationResultB\003\340A\003\"\370\001\n\036Creat"
- + "ePrivateConnectionRequest\022C\n\006parent\030\001 \001("
- + "\tB3\340A\002\372A-\022+datastream.googleapis.com/Pri"
- + "vateConnection\022\"\n\025private_connection_id\030"
- + "\002 \001(\tB\003\340A\002\022T\n\022private_connection\030\003 \001(\01323"
- + ".google.cloud.datastream.v1alpha1.Privat"
- + "eConnectionB\003\340A\002\022\027\n\nrequest_id\030\004 \001(\tB\003\340A"
- + "\001\"\255\001\n\035ListPrivateConnectionsRequest\022C\n\006p"
- + "arent\030\001 \001(\tB3\340A\002\372A-\022+datastream.googleap"
- + "is.com/PrivateConnection\022\021\n\tpage_size\030\002 "
- + "\001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\022"
- + "\020\n\010order_by\030\005 \001(\t\"\240\001\n\036ListPrivateConnect"
- + "ionsResponse\022P\n\023private_connections\030\001 \003("
- + "\01323.google.cloud.datastream.v1alpha1.Pri"
- + "vateConnection\022\027\n\017next_page_token\030\002 \001(\t\022"
- + "\023\n\013unreachable\030\003 \003(\t\"\220\001\n\036DeletePrivateCo"
- + "nnectionRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+d"
- + "atastream.googleapis.com/PrivateConnecti"
- + "on\022\027\n\nrequest_id\030\002 \001(\tB\003\340A\001\022\022\n\005force\030\003 \001"
- + "(\010B\003\340A\001\"`\n\033GetPrivateConnectionRequest\022A"
- + "\n\004name\030\001 \001(\tB3\340A\002\372A-\n+datastream.googlea"
- + "pis.com/PrivateConnection\"\272\001\n\022CreateRout"
- + "eRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037datast"
- + "ream.googleapis.com/Route\022\025\n\010route_id\030\002 "
- + "\001(\tB\003\340A\002\022;\n\005route\030\003 \001(\0132\'.google.cloud.d"
- + "atastream.v1alpha1.RouteB\003\340A\002\022\027\n\nrequest"
- + "_id\030\004 \001(\tB\003\340A\001\"\225\001\n\021ListRoutesRequest\0227\n\006"
- + "parent\030\001 \001(\tB\'\340A\002\372A!\022\037datastream.googlea"
- + "pis.com/Route\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage"
- + "_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\022\020\n\010order_by"
- + "\030\005 \001(\t\"{\n\022ListRoutesResponse\0227\n\006routes\030\001"
- + " \003(\0132\'.google.cloud.datastream.v1alpha1."
- + "Route\022\027\n\017next_page_token\030\002 \001(\t\022\023\n\013unreac"
- + "hable\030\003 \003(\t\"d\n\022DeleteRouteRequest\0225\n\004nam"
- + "e\030\001 \001(\tB\'\340A\002\372A!\n\037datastream.googleapis.c"
- + "om/Route\022\027\n\nrequest_id\030\002 \001(\tB\003\340A\001\"H\n\017Get"
- + "RouteRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037data"
- + "stream.googleapis.com/Route2\212\'\n\nDatastre"
- + "am\022\352\001\n\026ListConnectionProfiles\022?.google.c"
- + "loud.datastream.v1alpha1.ListConnectionP"
- + "rofilesRequest\032@.google.cloud.datastream"
- + ".v1alpha1.ListConnectionProfilesResponse"
- + "\"M\202\323\344\223\002>\022\022*\022"
- + "\022*
- * Required. The name of the connection profile resource to get.
- *
- *
- *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the connection profile resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetPrivateConnectionRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetPrivateConnectionRequestOrBuilder.java
deleted file mode 100644
index 65bfd55549a3..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetPrivateConnectionRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface GetPrivateConnectionRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the private connectivity configuration to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the private connectivity configuration to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetRouteRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetRouteRequestOrBuilder.java
deleted file mode 100644
index 6d0de9d48f68..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetRouteRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface GetRouteRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.GetRouteRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the Route resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the Route resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetStreamRequestOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetStreamRequestOrBuilder.java
deleted file mode 100644
index af6e5e3a43aa..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/GetStreamRequestOrBuilder.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface GetStreamRequestOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.GetStreamRequest)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- *
- *
- * - * Required. The name of the stream resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The name.
- */
- java.lang.String getName();
- /**
- *
- *
- * - * Required. The name of the stream resource to get. - *- * - *
- * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- *
- *
- * @return The bytes for name.
- */
- com.google.protobuf.ByteString getNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/NoConnectivitySettingsOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/NoConnectivitySettingsOrBuilder.java
deleted file mode 100644
index cceee8acdc72..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/NoConnectivitySettingsOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface NoConnectivitySettingsOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.NoConnectivitySettings)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/PrivateConnectivityOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/PrivateConnectivityOrBuilder.java
deleted file mode 100644
index b5cbb65e116f..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/PrivateConnectivityOrBuilder.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface PrivateConnectivityOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.PrivateConnectivity)
- com.google.protobuf.MessageOrBuilder {
-
- /**
- * string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
- *
- * @return The privateConnectionName.
- */
- java.lang.String getPrivateConnectionName();
- /**
- * string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
- *
- * @return The bytes for privateConnectionName.
- */
- com.google.protobuf.ByteString getPrivateConnectionNameBytes();
-}
diff --git a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/StaticServiceIpConnectivityOrBuilder.java b/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/StaticServiceIpConnectivityOrBuilder.java
deleted file mode 100644
index c157c67ab9bc..000000000000
--- a/java-datastream/proto-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/StaticServiceIpConnectivityOrBuilder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2020 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.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
-
-package com.google.cloud.datastream.v1alpha1;
-
-public interface StaticServiceIpConnectivityOrBuilder
- extends
- // @@protoc_insertion_point(interface_extends:google.cloud.datastream.v1alpha1.StaticServiceIpConnectivity)
- com.google.protobuf.MessageOrBuilder {}
diff --git a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java b/owl-bot-staging/java-datastream/v1/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java
similarity index 99%
rename from java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java
rename to owl-bot-staging/java-datastream/v1/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java
index 67a0435fee97..35f9758a4422 100644
--- a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java
+++ b/owl-bot-staging/java-datastream/v1/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java
@@ -2581,6 +2581,7 @@ public final OperationFuture+ * Datastream service + *+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/cloud/datastream/v1/datastream.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class DatastreamGrpc { + + private DatastreamGrpc() {} + + public static final String SERVICE_NAME = "google.cloud.datastream.v1.Datastream"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor