...

Source file src/google.golang.org/genproto/googleapis/cloud/datastream/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/datastream/v1

     1  // Copyright 2022 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by aliasgen. DO NOT EDIT.
    16  
    17  // Package datastream aliases all exported identifiers in package
    18  // "cloud.google.com/go/datastream/apiv1/datastreampb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package datastream
    24  
    25  import (
    26  	src "cloud.google.com/go/datastream/apiv1/datastreampb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/datastream/apiv1/datastreampb
    31  const (
    32  	BackfillJob_ACTIVE                            = src.BackfillJob_ACTIVE
    33  	BackfillJob_AUTOMATIC                         = src.BackfillJob_AUTOMATIC
    34  	BackfillJob_COMPLETED                         = src.BackfillJob_COMPLETED
    35  	BackfillJob_FAILED                            = src.BackfillJob_FAILED
    36  	BackfillJob_MANUAL                            = src.BackfillJob_MANUAL
    37  	BackfillJob_NOT_STARTED                       = src.BackfillJob_NOT_STARTED
    38  	BackfillJob_PENDING                           = src.BackfillJob_PENDING
    39  	BackfillJob_STATE_UNSPECIFIED                 = src.BackfillJob_STATE_UNSPECIFIED
    40  	BackfillJob_STOPPED                           = src.BackfillJob_STOPPED
    41  	BackfillJob_TRIGGER_UNSPECIFIED               = src.BackfillJob_TRIGGER_UNSPECIFIED
    42  	BackfillJob_UNSUPPORTED                       = src.BackfillJob_UNSUPPORTED
    43  	JsonFileFormat_AVRO_SCHEMA_FILE               = src.JsonFileFormat_AVRO_SCHEMA_FILE
    44  	JsonFileFormat_GZIP                           = src.JsonFileFormat_GZIP
    45  	JsonFileFormat_JSON_COMPRESSION_UNSPECIFIED   = src.JsonFileFormat_JSON_COMPRESSION_UNSPECIFIED
    46  	JsonFileFormat_NO_COMPRESSION                 = src.JsonFileFormat_NO_COMPRESSION
    47  	JsonFileFormat_NO_SCHEMA_FILE                 = src.JsonFileFormat_NO_SCHEMA_FILE
    48  	JsonFileFormat_SCHEMA_FILE_FORMAT_UNSPECIFIED = src.JsonFileFormat_SCHEMA_FILE_FORMAT_UNSPECIFIED
    49  	PrivateConnection_CREATED                     = src.PrivateConnection_CREATED
    50  	PrivateConnection_CREATING                    = src.PrivateConnection_CREATING
    51  	PrivateConnection_DELETING                    = src.PrivateConnection_DELETING
    52  	PrivateConnection_FAILED                      = src.PrivateConnection_FAILED
    53  	PrivateConnection_FAILED_TO_DELETE            = src.PrivateConnection_FAILED_TO_DELETE
    54  	PrivateConnection_STATE_UNSPECIFIED           = src.PrivateConnection_STATE_UNSPECIFIED
    55  	Stream_DRAINING                               = src.Stream_DRAINING
    56  	Stream_FAILED                                 = src.Stream_FAILED
    57  	Stream_FAILED_PERMANENTLY                     = src.Stream_FAILED_PERMANENTLY
    58  	Stream_MAINTENANCE                            = src.Stream_MAINTENANCE
    59  	Stream_NOT_STARTED                            = src.Stream_NOT_STARTED
    60  	Stream_PAUSED                                 = src.Stream_PAUSED
    61  	Stream_RUNNING                                = src.Stream_RUNNING
    62  	Stream_STARTING                               = src.Stream_STARTING
    63  	Stream_STATE_UNSPECIFIED                      = src.Stream_STATE_UNSPECIFIED
    64  	ValidationMessage_ERROR                       = src.ValidationMessage_ERROR
    65  	ValidationMessage_LEVEL_UNSPECIFIED           = src.ValidationMessage_LEVEL_UNSPECIFIED
    66  	ValidationMessage_WARNING                     = src.ValidationMessage_WARNING
    67  	Validation_FAILED                             = src.Validation_FAILED
    68  	Validation_NOT_EXECUTED                       = src.Validation_NOT_EXECUTED
    69  	Validation_PASSED                             = src.Validation_PASSED
    70  	Validation_STATE_UNSPECIFIED                  = src.Validation_STATE_UNSPECIFIED
    71  )
    72  
    73  // Deprecated: Please use vars in: cloud.google.com/go/datastream/apiv1/datastreampb
    74  var (
    75  	BackfillJob_State_name                                     = src.BackfillJob_State_name
    76  	BackfillJob_State_value                                    = src.BackfillJob_State_value
    77  	BackfillJob_Trigger_name                                   = src.BackfillJob_Trigger_name
    78  	BackfillJob_Trigger_value                                  = src.BackfillJob_Trigger_value
    79  	File_google_cloud_datastream_v1_datastream_proto           = src.File_google_cloud_datastream_v1_datastream_proto
    80  	File_google_cloud_datastream_v1_datastream_resources_proto = src.File_google_cloud_datastream_v1_datastream_resources_proto
    81  	JsonFileFormat_JsonCompression_name                        = src.JsonFileFormat_JsonCompression_name
    82  	JsonFileFormat_JsonCompression_value                       = src.JsonFileFormat_JsonCompression_value
    83  	JsonFileFormat_SchemaFileFormat_name                       = src.JsonFileFormat_SchemaFileFormat_name
    84  	JsonFileFormat_SchemaFileFormat_value                      = src.JsonFileFormat_SchemaFileFormat_value
    85  	PrivateConnection_State_name                               = src.PrivateConnection_State_name
    86  	PrivateConnection_State_value                              = src.PrivateConnection_State_value
    87  	Stream_State_name                                          = src.Stream_State_name
    88  	Stream_State_value                                         = src.Stream_State_value
    89  	ValidationMessage_Level_name                               = src.ValidationMessage_Level_name
    90  	ValidationMessage_Level_value                              = src.ValidationMessage_Level_value
    91  	Validation_State_name                                      = src.Validation_State_name
    92  	Validation_State_value                                     = src.Validation_State_value
    93  )
    94  
    95  // AVRO file format configuration.
    96  //
    97  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
    98  type AvroFileFormat = src.AvroFileFormat
    99  
   100  // Represents a backfill job on a specific stream object.
   101  //
   102  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   103  type BackfillJob = src.BackfillJob
   104  
   105  // State of the stream object's backfill job.
   106  //
   107  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   108  type BackfillJob_State = src.BackfillJob_State
   109  
   110  // Triggering reason for a backfill job.
   111  //
   112  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   113  type BackfillJob_Trigger = src.BackfillJob_Trigger
   114  type BigQueryDestinationConfig = src.BigQueryDestinationConfig
   115  
   116  // A single target dataset to which all data will be streamed.
   117  //
   118  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   119  type BigQueryDestinationConfig_SingleTargetDataset = src.BigQueryDestinationConfig_SingleTargetDataset
   120  type BigQueryDestinationConfig_SingleTargetDataset_ = src.BigQueryDestinationConfig_SingleTargetDataset_
   121  
   122  // Destination datasets are created so that hierarchy of the destination data
   123  // objects matches the source hierarchy.
   124  //
   125  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   126  type BigQueryDestinationConfig_SourceHierarchyDatasets = src.BigQueryDestinationConfig_SourceHierarchyDatasets
   127  type BigQueryDestinationConfig_SourceHierarchyDatasets_ = src.BigQueryDestinationConfig_SourceHierarchyDatasets_
   128  
   129  // Dataset template used for dynamic dataset creation.
   130  //
   131  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   132  type BigQueryDestinationConfig_SourceHierarchyDatasets_DatasetTemplate = src.BigQueryDestinationConfig_SourceHierarchyDatasets_DatasetTemplate
   133  
   134  // BigQuery warehouse profile.
   135  //
   136  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   137  type BigQueryProfile = src.BigQueryProfile
   138  
   139  // A set of reusable connection configurations to be used as a source or
   140  // destination for a stream.
   141  //
   142  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   143  type ConnectionProfile = src.ConnectionProfile
   144  type ConnectionProfile_BigqueryProfile = src.ConnectionProfile_BigqueryProfile
   145  type ConnectionProfile_ForwardSshConnectivity = src.ConnectionProfile_ForwardSshConnectivity
   146  type ConnectionProfile_GcsProfile = src.ConnectionProfile_GcsProfile
   147  type ConnectionProfile_MysqlProfile = src.ConnectionProfile_MysqlProfile
   148  type ConnectionProfile_OracleProfile = src.ConnectionProfile_OracleProfile
   149  type ConnectionProfile_PostgresqlProfile = src.ConnectionProfile_PostgresqlProfile
   150  type ConnectionProfile_PrivateConnectivity = src.ConnectionProfile_PrivateConnectivity
   151  type ConnectionProfile_StaticServiceIpConnectivity = src.ConnectionProfile_StaticServiceIpConnectivity
   152  
   153  // Request message for creating a connection profile.
   154  //
   155  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   156  type CreateConnectionProfileRequest = src.CreateConnectionProfileRequest
   157  
   158  // Request for creating a private connection.
   159  //
   160  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   161  type CreatePrivateConnectionRequest = src.CreatePrivateConnectionRequest
   162  
   163  // Route creation request.
   164  //
   165  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   166  type CreateRouteRequest = src.CreateRouteRequest
   167  
   168  // Request message for creating a stream.
   169  //
   170  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   171  type CreateStreamRequest = src.CreateStreamRequest
   172  
   173  // DatastreamClient is the client API for Datastream service. For semantics
   174  // around ctx use and closing/ending streaming RPCs, please refer to
   175  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   176  //
   177  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   178  type DatastreamClient = src.DatastreamClient
   179  
   180  // DatastreamServer is the server API for Datastream service.
   181  //
   182  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   183  type DatastreamServer = src.DatastreamServer
   184  
   185  // Request message for deleting a connection profile.
   186  //
   187  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   188  type DeleteConnectionProfileRequest = src.DeleteConnectionProfileRequest
   189  
   190  // Request to delete a private connection.
   191  //
   192  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   193  type DeletePrivateConnectionRequest = src.DeletePrivateConnectionRequest
   194  
   195  // Route deletion request.
   196  //
   197  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   198  type DeleteRouteRequest = src.DeleteRouteRequest
   199  
   200  // Request message for deleting a stream.
   201  //
   202  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   203  type DeleteStreamRequest = src.DeleteStreamRequest
   204  
   205  // The configuration of the stream destination.
   206  //
   207  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   208  type DestinationConfig = src.DestinationConfig
   209  type DestinationConfig_BigqueryDestinationConfig = src.DestinationConfig_BigqueryDestinationConfig
   210  type DestinationConfig_GcsDestinationConfig = src.DestinationConfig_GcsDestinationConfig
   211  
   212  // Request message for 'discover' ConnectionProfile request.
   213  //
   214  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   215  type DiscoverConnectionProfileRequest = src.DiscoverConnectionProfileRequest
   216  type DiscoverConnectionProfileRequest_ConnectionProfile = src.DiscoverConnectionProfileRequest_ConnectionProfile
   217  type DiscoverConnectionProfileRequest_ConnectionProfileName = src.DiscoverConnectionProfileRequest_ConnectionProfileName
   218  type DiscoverConnectionProfileRequest_FullHierarchy = src.DiscoverConnectionProfileRequest_FullHierarchy
   219  type DiscoverConnectionProfileRequest_HierarchyDepth = src.DiscoverConnectionProfileRequest_HierarchyDepth
   220  type DiscoverConnectionProfileRequest_MysqlRdbms = src.DiscoverConnectionProfileRequest_MysqlRdbms
   221  type DiscoverConnectionProfileRequest_OracleRdbms = src.DiscoverConnectionProfileRequest_OracleRdbms
   222  type DiscoverConnectionProfileRequest_PostgresqlRdbms = src.DiscoverConnectionProfileRequest_PostgresqlRdbms
   223  
   224  // Response from a discover request.
   225  //
   226  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   227  type DiscoverConnectionProfileResponse = src.DiscoverConnectionProfileResponse
   228  type DiscoverConnectionProfileResponse_MysqlRdbms = src.DiscoverConnectionProfileResponse_MysqlRdbms
   229  type DiscoverConnectionProfileResponse_OracleRdbms = src.DiscoverConnectionProfileResponse_OracleRdbms
   230  type DiscoverConnectionProfileResponse_PostgresqlRdbms = src.DiscoverConnectionProfileResponse_PostgresqlRdbms
   231  
   232  // Represent a user-facing Error.
   233  //
   234  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   235  type Error = src.Error
   236  
   237  // Request message for 'FetchStaticIps' request.
   238  //
   239  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   240  type FetchStaticIpsRequest = src.FetchStaticIpsRequest
   241  
   242  // Response message for a 'FetchStaticIps' response.
   243  //
   244  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   245  type FetchStaticIpsResponse = src.FetchStaticIpsResponse
   246  
   247  // Forward SSH Tunnel connectivity.
   248  //
   249  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   250  type ForwardSshTunnelConnectivity = src.ForwardSshTunnelConnectivity
   251  type ForwardSshTunnelConnectivity_Password = src.ForwardSshTunnelConnectivity_Password
   252  type ForwardSshTunnelConnectivity_PrivateKey = src.ForwardSshTunnelConnectivity_PrivateKey
   253  
   254  // Google Cloud Storage destination configuration
   255  //
   256  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   257  type GcsDestinationConfig = src.GcsDestinationConfig
   258  type GcsDestinationConfig_AvroFileFormat = src.GcsDestinationConfig_AvroFileFormat
   259  type GcsDestinationConfig_JsonFileFormat = src.GcsDestinationConfig_JsonFileFormat
   260  
   261  // Cloud Storage bucket profile.
   262  //
   263  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   264  type GcsProfile = src.GcsProfile
   265  
   266  // Request message for getting a connection profile.
   267  //
   268  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   269  type GetConnectionProfileRequest = src.GetConnectionProfileRequest
   270  
   271  // Request to get a private connection configuration.
   272  //
   273  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   274  type GetPrivateConnectionRequest = src.GetPrivateConnectionRequest
   275  
   276  // Route get request.
   277  //
   278  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   279  type GetRouteRequest = src.GetRouteRequest
   280  
   281  // Request for fetching a specific stream object.
   282  //
   283  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   284  type GetStreamObjectRequest = src.GetStreamObjectRequest
   285  
   286  // Request message for getting a stream.
   287  //
   288  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   289  type GetStreamRequest = src.GetStreamRequest
   290  
   291  // JSON file format configuration.
   292  //
   293  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   294  type JsonFileFormat = src.JsonFileFormat
   295  
   296  // Json file compression.
   297  //
   298  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   299  type JsonFileFormat_JsonCompression = src.JsonFileFormat_JsonCompression
   300  
   301  // Schema file format.
   302  //
   303  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   304  type JsonFileFormat_SchemaFileFormat = src.JsonFileFormat_SchemaFileFormat
   305  
   306  // Request message for listing connection profiles.
   307  //
   308  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   309  type ListConnectionProfilesRequest = src.ListConnectionProfilesRequest
   310  
   311  // Response message for listing connection profiles.
   312  //
   313  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   314  type ListConnectionProfilesResponse = src.ListConnectionProfilesResponse
   315  
   316  // Request for listing private connections.
   317  //
   318  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   319  type ListPrivateConnectionsRequest = src.ListPrivateConnectionsRequest
   320  
   321  // Response containing a list of private connection configurations.
   322  //
   323  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   324  type ListPrivateConnectionsResponse = src.ListPrivateConnectionsResponse
   325  
   326  // Route list request.
   327  //
   328  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   329  type ListRoutesRequest = src.ListRoutesRequest
   330  
   331  // Route list response.
   332  //
   333  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   334  type ListRoutesResponse = src.ListRoutesResponse
   335  
   336  // Request for listing all objects for a specific stream.
   337  //
   338  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   339  type ListStreamObjectsRequest = src.ListStreamObjectsRequest
   340  
   341  // Response containing the objects for a stream.
   342  //
   343  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   344  type ListStreamObjectsResponse = src.ListStreamObjectsResponse
   345  
   346  // Request message for listing streams.
   347  //
   348  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   349  type ListStreamsRequest = src.ListStreamsRequest
   350  
   351  // Response message for listing streams.
   352  //
   353  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   354  type ListStreamsResponse = src.ListStreamsResponse
   355  
   356  // Request for looking up a specific stream object by its source object
   357  // identifier.
   358  //
   359  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   360  type LookupStreamObjectRequest = src.LookupStreamObjectRequest
   361  
   362  // MySQL Column.
   363  //
   364  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   365  type MysqlColumn = src.MysqlColumn
   366  
   367  // MySQL database.
   368  //
   369  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   370  type MysqlDatabase = src.MysqlDatabase
   371  
   372  // MySQL database profile.
   373  //
   374  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   375  type MysqlProfile = src.MysqlProfile
   376  
   377  // MySQL database structure
   378  //
   379  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   380  type MysqlRdbms = src.MysqlRdbms
   381  
   382  // MySQL source configuration
   383  //
   384  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   385  type MysqlSourceConfig = src.MysqlSourceConfig
   386  
   387  // MySQL SSL configuration information.
   388  //
   389  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   390  type MysqlSslConfig = src.MysqlSslConfig
   391  
   392  // MySQL table.
   393  //
   394  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   395  type MysqlTable = src.MysqlTable
   396  
   397  // Represents the metadata of the long-running operation.
   398  //
   399  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   400  type OperationMetadata = src.OperationMetadata
   401  
   402  // Oracle Column.
   403  //
   404  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   405  type OracleColumn = src.OracleColumn
   406  
   407  // Oracle database profile.
   408  //
   409  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   410  type OracleProfile = src.OracleProfile
   411  
   412  // Oracle database structure.
   413  //
   414  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   415  type OracleRdbms = src.OracleRdbms
   416  
   417  // Oracle schema.
   418  //
   419  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   420  type OracleSchema = src.OracleSchema
   421  
   422  // Oracle data source configuration
   423  //
   424  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   425  type OracleSourceConfig = src.OracleSourceConfig
   426  
   427  // Configuration to drop large object values.
   428  //
   429  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   430  type OracleSourceConfig_DropLargeObjects = src.OracleSourceConfig_DropLargeObjects
   431  type OracleSourceConfig_DropLargeObjects_ = src.OracleSourceConfig_DropLargeObjects_
   432  
   433  // Configuration to stream large object values.
   434  //
   435  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   436  type OracleSourceConfig_StreamLargeObjects = src.OracleSourceConfig_StreamLargeObjects
   437  type OracleSourceConfig_StreamLargeObjects_ = src.OracleSourceConfig_StreamLargeObjects_
   438  
   439  // Oracle table.
   440  //
   441  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   442  type OracleTable = src.OracleTable
   443  
   444  // PostgreSQL Column.
   445  //
   446  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   447  type PostgresqlColumn = src.PostgresqlColumn
   448  
   449  // PostgreSQL database profile.
   450  //
   451  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   452  type PostgresqlProfile = src.PostgresqlProfile
   453  
   454  // PostgreSQL database structure.
   455  //
   456  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   457  type PostgresqlRdbms = src.PostgresqlRdbms
   458  
   459  // PostgreSQL schema.
   460  //
   461  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   462  type PostgresqlSchema = src.PostgresqlSchema
   463  
   464  // PostgreSQL data source configuration
   465  //
   466  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   467  type PostgresqlSourceConfig = src.PostgresqlSourceConfig
   468  
   469  // PostgreSQL table.
   470  //
   471  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   472  type PostgresqlTable = src.PostgresqlTable
   473  
   474  // The PrivateConnection resource is used to establish private connectivity
   475  // between Datastream and a customer's network.
   476  //
   477  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   478  type PrivateConnection = src.PrivateConnection
   479  
   480  // Private Connection state.
   481  //
   482  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   483  type PrivateConnection_State = src.PrivateConnection_State
   484  
   485  // Private Connectivity
   486  //
   487  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   488  type PrivateConnectivity = src.PrivateConnectivity
   489  
   490  // The route resource is the child of the private connection resource, used
   491  // for defining a route for a private connection.
   492  //
   493  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   494  type Route = src.Route
   495  
   496  // The configuration of the stream source.
   497  //
   498  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   499  type SourceConfig = src.SourceConfig
   500  type SourceConfig_MysqlSourceConfig = src.SourceConfig_MysqlSourceConfig
   501  type SourceConfig_OracleSourceConfig = src.SourceConfig_OracleSourceConfig
   502  type SourceConfig_PostgresqlSourceConfig = src.SourceConfig_PostgresqlSourceConfig
   503  
   504  // Represents an identifier of an object in the data source.
   505  //
   506  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   507  type SourceObjectIdentifier = src.SourceObjectIdentifier
   508  type SourceObjectIdentifier_MysqlIdentifier = src.SourceObjectIdentifier_MysqlIdentifier
   509  
   510  // Mysql data source object identifier.
   511  //
   512  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   513  type SourceObjectIdentifier_MysqlObjectIdentifier = src.SourceObjectIdentifier_MysqlObjectIdentifier
   514  type SourceObjectIdentifier_OracleIdentifier = src.SourceObjectIdentifier_OracleIdentifier
   515  
   516  // Oracle data source object identifier.
   517  //
   518  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   519  type SourceObjectIdentifier_OracleObjectIdentifier = src.SourceObjectIdentifier_OracleObjectIdentifier
   520  type SourceObjectIdentifier_PostgresqlIdentifier = src.SourceObjectIdentifier_PostgresqlIdentifier
   521  
   522  // PostgreSQL data source object identifier.
   523  //
   524  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   525  type SourceObjectIdentifier_PostgresqlObjectIdentifier = src.SourceObjectIdentifier_PostgresqlObjectIdentifier
   526  
   527  // Request for manually initiating a backfill job for a specific stream
   528  // object.
   529  //
   530  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   531  type StartBackfillJobRequest = src.StartBackfillJobRequest
   532  
   533  // Response for manually initiating a backfill job for a specific stream
   534  // object.
   535  //
   536  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   537  type StartBackfillJobResponse = src.StartBackfillJobResponse
   538  
   539  // Static IP address connectivity.
   540  //
   541  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   542  type StaticServiceIpConnectivity = src.StaticServiceIpConnectivity
   543  
   544  // Request for manually stopping a running backfill job for a specific stream
   545  // object.
   546  //
   547  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   548  type StopBackfillJobRequest = src.StopBackfillJobRequest
   549  
   550  // Response for manually stop a backfill job for a specific stream object.
   551  //
   552  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   553  type StopBackfillJobResponse = src.StopBackfillJobResponse
   554  
   555  // A resource representing streaming data from a source to a destination.
   556  //
   557  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   558  type Stream = src.Stream
   559  
   560  // A specific stream object (e.g a specific DB table).
   561  //
   562  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   563  type StreamObject = src.StreamObject
   564  type Stream_BackfillAll = src.Stream_BackfillAll
   565  
   566  // Backfill strategy to automatically backfill the Stream's objects. Specific
   567  // objects can be excluded.
   568  //
   569  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   570  type Stream_BackfillAllStrategy = src.Stream_BackfillAllStrategy
   571  type Stream_BackfillAllStrategy_MysqlExcludedObjects = src.Stream_BackfillAllStrategy_MysqlExcludedObjects
   572  type Stream_BackfillAllStrategy_OracleExcludedObjects = src.Stream_BackfillAllStrategy_OracleExcludedObjects
   573  type Stream_BackfillAllStrategy_PostgresqlExcludedObjects = src.Stream_BackfillAllStrategy_PostgresqlExcludedObjects
   574  type Stream_BackfillNone = src.Stream_BackfillNone
   575  
   576  // Backfill strategy to disable automatic backfill for the Stream's objects.
   577  //
   578  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   579  type Stream_BackfillNoneStrategy = src.Stream_BackfillNoneStrategy
   580  
   581  // Stream state.
   582  //
   583  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   584  type Stream_State = src.Stream_State
   585  
   586  // UnimplementedDatastreamServer can be embedded to have forward compatible
   587  // implementations.
   588  //
   589  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   590  type UnimplementedDatastreamServer = src.UnimplementedDatastreamServer
   591  
   592  // Connection profile update message.
   593  //
   594  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   595  type UpdateConnectionProfileRequest = src.UpdateConnectionProfileRequest
   596  
   597  // Request message for updating a stream.
   598  //
   599  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   600  type UpdateStreamRequest = src.UpdateStreamRequest
   601  
   602  // A validation to perform on a stream.
   603  //
   604  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   605  type Validation = src.Validation
   606  
   607  // Represent user-facing validation result message.
   608  //
   609  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   610  type ValidationMessage = src.ValidationMessage
   611  
   612  // Validation message level.
   613  //
   614  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   615  type ValidationMessage_Level = src.ValidationMessage_Level
   616  
   617  // Contains the current validation results.
   618  //
   619  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   620  type ValidationResult = src.ValidationResult
   621  
   622  // Validation execution state.
   623  //
   624  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   625  type Validation_State = src.Validation_State
   626  
   627  // The VPC Peering configuration is used to create VPC peering between
   628  // Datastream and the consumer's VPC.
   629  //
   630  // Deprecated: Please use types in: cloud.google.com/go/datastream/apiv1/datastreampb
   631  type VpcPeeringConfig = src.VpcPeeringConfig
   632  
   633  // Deprecated: Please use funcs in: cloud.google.com/go/datastream/apiv1/datastreampb
   634  func NewDatastreamClient(cc grpc.ClientConnInterface) DatastreamClient {
   635  	return src.NewDatastreamClient(cc)
   636  }
   637  
   638  // Deprecated: Please use funcs in: cloud.google.com/go/datastream/apiv1/datastreampb
   639  func RegisterDatastreamServer(s *grpc.Server, srv DatastreamServer) {
   640  	src.RegisterDatastreamServer(s, srv)
   641  }
   642  

View as plain text