google-cloud-bigquery-data_transfer 0.9.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +2 -1
- data/AUTHENTICATION.md +51 -54
- data/LICENSE.md +203 -0
- data/MIGRATING.md +301 -0
- data/README.md +33 -45
- data/lib/{google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datasource.rb → google-cloud-bigquery-data_transfer.rb} +5 -11
- data/lib/google/cloud/bigquery/data_transfer.rb +82 -140
- data/lib/google/cloud/bigquery/data_transfer/version.rb +6 -2
- metadata +85 -65
- data/LICENSE +0 -201
- data/lib/google/cloud/bigquery/data_transfer/credentials.rb +0 -33
- data/lib/google/cloud/bigquery/data_transfer/v1.rb +0 -173
- data/lib/google/cloud/bigquery/data_transfer/v1/credentials.rb +0 -43
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_pb.rb +0 -190
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service_client.rb +0 -1230
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service_client_config.json +0 -96
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_services_pb.rb +0 -87
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb +0 -500
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/transfer.rb +0 -217
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb +0 -570
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/transfer.rb +0 -257
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/any.rb +0 -131
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/duration.rb +0 -91
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/empty.rb +0 -29
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/field_mask.rb +0 -222
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/struct.rb +0 -74
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/timestamp.rb +0 -113
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/protobuf/wrappers.rb +0 -26
- data/lib/google/cloud/bigquery/data_transfer/v1/doc/google/rpc/status.rb +0 -39
- data/lib/google/cloud/bigquery/data_transfer/v1/transfer_pb.rb +0 -83
- data/lib/google/cloud/bigquery/datatransfer/v1/datasource_pb.rb +0 -170
- data/lib/google/cloud/bigquery/datatransfer/v1/datasource_services_pb.rb +0 -103
- data/lib/google/cloud/bigquery/datatransfer/v1/datatransfer_pb.rb +0 -217
- data/lib/google/cloud/bigquery/datatransfer/v1/datatransfer_services_pb.rb +0 -94
- data/lib/google/cloud/bigquery/datatransfer/v1/transfer_pb.rb +0 -104
@@ -1,39 +0,0 @@
|
|
1
|
-
# Copyright 2020 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
|
-
# https://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
|
-
|
16
|
-
module Google
|
17
|
-
module Rpc
|
18
|
-
# The `Status` type defines a logical error model that is suitable for
|
19
|
-
# different programming environments, including REST APIs and RPC APIs. It is
|
20
|
-
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
21
|
-
# three pieces of data: error code, error message, and error details.
|
22
|
-
#
|
23
|
-
# You can find out more about this error model and how to work with it in the
|
24
|
-
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
25
|
-
# @!attribute [rw] code
|
26
|
-
# @return [Integer]
|
27
|
-
# The status code, which should be an enum value of {Google::Rpc::Code}.
|
28
|
-
# @!attribute [rw] message
|
29
|
-
# @return [String]
|
30
|
-
# A developer-facing error message, which should be in English. Any
|
31
|
-
# user-facing error message should be localized and sent in the
|
32
|
-
# {Google::Rpc::Status#details} field, or localized by the client.
|
33
|
-
# @!attribute [rw] details
|
34
|
-
# @return [Array<Google::Protobuf::Any>]
|
35
|
-
# A list of messages that carry the error details. There is a common set of
|
36
|
-
# message types for APIs to use.
|
37
|
-
class Status; end
|
38
|
-
end
|
39
|
-
end
|
@@ -1,83 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: google/cloud/bigquery/datatransfer/v1/transfer.proto
|
3
|
-
|
4
|
-
|
5
|
-
require 'google/protobuf'
|
6
|
-
|
7
|
-
require 'google/api/annotations_pb'
|
8
|
-
require 'google/protobuf/struct_pb'
|
9
|
-
require 'google/protobuf/timestamp_pb'
|
10
|
-
require 'google/rpc/status_pb'
|
11
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
|
-
add_message "google.cloud.bigquery.datatransfer.v1.TransferConfig" do
|
13
|
-
optional :name, :string, 1
|
14
|
-
optional :destination_dataset_id, :string, 2
|
15
|
-
optional :display_name, :string, 3
|
16
|
-
optional :data_source_id, :string, 5
|
17
|
-
optional :params, :message, 9, "google.protobuf.Struct"
|
18
|
-
optional :schedule, :string, 7
|
19
|
-
optional :data_refresh_window_days, :int32, 12
|
20
|
-
optional :disabled, :bool, 13
|
21
|
-
optional :update_time, :message, 4, "google.protobuf.Timestamp"
|
22
|
-
optional :next_run_time, :message, 8, "google.protobuf.Timestamp"
|
23
|
-
optional :state, :enum, 10, "google.cloud.bigquery.datatransfer.v1.TransferState"
|
24
|
-
optional :user_id, :int64, 11
|
25
|
-
optional :dataset_region, :string, 14
|
26
|
-
end
|
27
|
-
add_message "google.cloud.bigquery.datatransfer.v1.TransferRun" do
|
28
|
-
optional :name, :string, 1
|
29
|
-
optional :schedule_time, :message, 3, "google.protobuf.Timestamp"
|
30
|
-
optional :run_time, :message, 10, "google.protobuf.Timestamp"
|
31
|
-
optional :error_status, :message, 21, "google.rpc.Status"
|
32
|
-
optional :start_time, :message, 4, "google.protobuf.Timestamp"
|
33
|
-
optional :end_time, :message, 5, "google.protobuf.Timestamp"
|
34
|
-
optional :update_time, :message, 6, "google.protobuf.Timestamp"
|
35
|
-
optional :params, :message, 9, "google.protobuf.Struct"
|
36
|
-
optional :destination_dataset_id, :string, 2
|
37
|
-
optional :data_source_id, :string, 7
|
38
|
-
optional :state, :enum, 8, "google.cloud.bigquery.datatransfer.v1.TransferState"
|
39
|
-
optional :user_id, :int64, 11
|
40
|
-
optional :schedule, :string, 12
|
41
|
-
end
|
42
|
-
add_message "google.cloud.bigquery.datatransfer.v1.TransferMessage" do
|
43
|
-
optional :message_time, :message, 1, "google.protobuf.Timestamp"
|
44
|
-
optional :severity, :enum, 2, "google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity"
|
45
|
-
optional :message_text, :string, 3
|
46
|
-
end
|
47
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity" do
|
48
|
-
value :MESSAGE_SEVERITY_UNSPECIFIED, 0
|
49
|
-
value :INFO, 1
|
50
|
-
value :WARNING, 2
|
51
|
-
value :ERROR, 3
|
52
|
-
end
|
53
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.TransferType" do
|
54
|
-
value :TRANSFER_TYPE_UNSPECIFIED, 0
|
55
|
-
value :BATCH, 1
|
56
|
-
value :STREAMING, 2
|
57
|
-
end
|
58
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.TransferState" do
|
59
|
-
value :TRANSFER_STATE_UNSPECIFIED, 0
|
60
|
-
value :PENDING, 2
|
61
|
-
value :RUNNING, 3
|
62
|
-
value :SUCCEEDED, 4
|
63
|
-
value :FAILED, 5
|
64
|
-
value :CANCELLED, 6
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
|
-
module Google
|
69
|
-
module Cloud
|
70
|
-
module Bigquery
|
71
|
-
module DataTransfer
|
72
|
-
module V1
|
73
|
-
TransferConfig = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferConfig").msgclass
|
74
|
-
TransferRun = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferRun").msgclass
|
75
|
-
TransferMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferMessage").msgclass
|
76
|
-
TransferMessage::MessageSeverity = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity").enummodule
|
77
|
-
TransferType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferType").enummodule
|
78
|
-
TransferState = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.TransferState").enummodule
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
end
|
@@ -1,170 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: google/cloud/bigquery/datatransfer/v1/datasource.proto
|
3
|
-
|
4
|
-
|
5
|
-
require 'google/protobuf'
|
6
|
-
|
7
|
-
require 'google/api/annotations_pb'
|
8
|
-
require 'google/cloud/bigquery/datatransfer/v1/datatransfer_pb'
|
9
|
-
require 'google/cloud/bigquery/datatransfer/v1/transfer_pb'
|
10
|
-
require 'google/protobuf/duration_pb'
|
11
|
-
require 'google/protobuf/empty_pb'
|
12
|
-
require 'google/protobuf/field_mask_pb'
|
13
|
-
require 'google/protobuf/timestamp_pb'
|
14
|
-
require 'google/protobuf/wrappers_pb'
|
15
|
-
require 'google/api/client_pb'
|
16
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
17
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo" do
|
18
|
-
optional :sql, :string, 1
|
19
|
-
optional :destination_table_id, :string, 2
|
20
|
-
optional :destination_table_description, :string, 10
|
21
|
-
repeated :table_defs, :message, 3, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition"
|
22
|
-
repeated :user_defined_functions, :string, 4
|
23
|
-
optional :write_disposition, :enum, 6, "google.cloud.bigquery.datatransfer.v1.WriteDisposition"
|
24
|
-
end
|
25
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema" do
|
26
|
-
optional :field_name, :string, 1
|
27
|
-
optional :type, :enum, 2, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type"
|
28
|
-
optional :is_repeated, :bool, 3
|
29
|
-
optional :description, :string, 4
|
30
|
-
optional :schema, :message, 5, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema"
|
31
|
-
end
|
32
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type" do
|
33
|
-
value :TYPE_UNSPECIFIED, 0
|
34
|
-
value :STRING, 1
|
35
|
-
value :INTEGER, 2
|
36
|
-
value :FLOAT, 3
|
37
|
-
value :RECORD, 4
|
38
|
-
value :BYTES, 5
|
39
|
-
value :BOOLEAN, 6
|
40
|
-
value :TIMESTAMP, 7
|
41
|
-
value :DATE, 8
|
42
|
-
value :TIME, 9
|
43
|
-
value :DATETIME, 10
|
44
|
-
value :NUMERIC, 11
|
45
|
-
value :GEOGRAPHY, 12
|
46
|
-
end
|
47
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema" do
|
48
|
-
repeated :fields, :message, 1, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema"
|
49
|
-
end
|
50
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition" do
|
51
|
-
optional :table_id, :string, 1
|
52
|
-
repeated :source_uris, :string, 2
|
53
|
-
optional :format, :enum, 3, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format"
|
54
|
-
optional :max_bad_records, :int32, 4
|
55
|
-
optional :encoding, :enum, 5, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding"
|
56
|
-
optional :csv_options, :message, 6, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions"
|
57
|
-
optional :schema, :message, 7, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema"
|
58
|
-
optional :ignore_unknown_values, :message, 10, "google.protobuf.BoolValue"
|
59
|
-
end
|
60
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions" do
|
61
|
-
optional :field_delimiter, :message, 1, "google.protobuf.StringValue"
|
62
|
-
optional :allow_quoted_newlines, :message, 2, "google.protobuf.BoolValue"
|
63
|
-
optional :quote_char, :message, 3, "google.protobuf.StringValue"
|
64
|
-
optional :skip_leading_rows, :message, 4, "google.protobuf.Int64Value"
|
65
|
-
optional :allow_jagged_rows, :message, 5, "google.protobuf.BoolValue"
|
66
|
-
end
|
67
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format" do
|
68
|
-
value :FORMAT_UNSPECIFIED, 0
|
69
|
-
value :CSV, 1
|
70
|
-
value :JSON, 2
|
71
|
-
value :AVRO, 3
|
72
|
-
value :RECORDIO, 4
|
73
|
-
value :COLUMNIO, 5
|
74
|
-
value :CAPACITOR, 6
|
75
|
-
value :PARQUET, 7
|
76
|
-
value :ORC, 8
|
77
|
-
end
|
78
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding" do
|
79
|
-
value :ENCODING_UNSPECIFIED, 0
|
80
|
-
value :ISO_8859_1, 1
|
81
|
-
value :UTF8, 2
|
82
|
-
end
|
83
|
-
add_message "google.cloud.bigquery.datatransfer.v1.UpdateTransferRunRequest" do
|
84
|
-
optional :transfer_run, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferRun"
|
85
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
86
|
-
end
|
87
|
-
add_message "google.cloud.bigquery.datatransfer.v1.LogTransferRunMessagesRequest" do
|
88
|
-
optional :name, :string, 1
|
89
|
-
repeated :transfer_messages, :message, 2, "google.cloud.bigquery.datatransfer.v1.TransferMessage"
|
90
|
-
end
|
91
|
-
add_message "google.cloud.bigquery.datatransfer.v1.StartBigQueryJobsRequest" do
|
92
|
-
optional :name, :string, 1
|
93
|
-
repeated :imported_data, :message, 2, "google.cloud.bigquery.datatransfer.v1.ImportedDataInfo"
|
94
|
-
optional :user_credentials, :bytes, 3
|
95
|
-
optional :max_parallelism, :int32, 8
|
96
|
-
end
|
97
|
-
add_message "google.cloud.bigquery.datatransfer.v1.FinishRunRequest" do
|
98
|
-
optional :name, :string, 1
|
99
|
-
end
|
100
|
-
add_message "google.cloud.bigquery.datatransfer.v1.CreateDataSourceDefinitionRequest" do
|
101
|
-
optional :parent, :string, 1
|
102
|
-
optional :data_source_definition, :message, 2, "google.cloud.bigquery.datatransfer.v1.DataSourceDefinition"
|
103
|
-
end
|
104
|
-
add_message "google.cloud.bigquery.datatransfer.v1.UpdateDataSourceDefinitionRequest" do
|
105
|
-
optional :data_source_definition, :message, 1, "google.cloud.bigquery.datatransfer.v1.DataSourceDefinition"
|
106
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
107
|
-
end
|
108
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DeleteDataSourceDefinitionRequest" do
|
109
|
-
optional :name, :string, 1
|
110
|
-
end
|
111
|
-
add_message "google.cloud.bigquery.datatransfer.v1.GetDataSourceDefinitionRequest" do
|
112
|
-
optional :name, :string, 1
|
113
|
-
end
|
114
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListDataSourceDefinitionsRequest" do
|
115
|
-
optional :parent, :string, 1
|
116
|
-
optional :page_token, :string, 2
|
117
|
-
optional :page_size, :int32, 3
|
118
|
-
end
|
119
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListDataSourceDefinitionsResponse" do
|
120
|
-
repeated :data_source_definitions, :message, 1, "google.cloud.bigquery.datatransfer.v1.DataSourceDefinition"
|
121
|
-
optional :next_page_token, :string, 2
|
122
|
-
end
|
123
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DataSourceDefinition" do
|
124
|
-
optional :name, :string, 21
|
125
|
-
optional :data_source, :message, 1, "google.cloud.bigquery.datatransfer.v1.DataSource"
|
126
|
-
optional :transfer_run_pubsub_topic, :string, 13
|
127
|
-
optional :run_time_offset, :message, 16, "google.protobuf.Duration"
|
128
|
-
optional :support_email, :string, 22
|
129
|
-
optional :service_account, :string, 2
|
130
|
-
optional :disabled, :bool, 5
|
131
|
-
optional :transfer_config_pubsub_topic, :string, 12
|
132
|
-
repeated :supported_location_ids, :string, 23
|
133
|
-
end
|
134
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.WriteDisposition" do
|
135
|
-
value :WRITE_DISPOSITION_UNSPECIFIED, 0
|
136
|
-
value :WRITE_TRUNCATE, 1
|
137
|
-
value :WRITE_APPEND, 2
|
138
|
-
end
|
139
|
-
end
|
140
|
-
|
141
|
-
module Google
|
142
|
-
module Cloud
|
143
|
-
module Bigquery
|
144
|
-
module Datatransfer
|
145
|
-
module V1
|
146
|
-
ImportedDataInfo = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo").msgclass
|
147
|
-
ImportedDataInfo::FieldSchema = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema").msgclass
|
148
|
-
ImportedDataInfo::FieldSchema::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type").enummodule
|
149
|
-
ImportedDataInfo::RecordSchema = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema").msgclass
|
150
|
-
ImportedDataInfo::TableDefinition = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition").msgclass
|
151
|
-
ImportedDataInfo::TableDefinition::CsvOptions = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions").msgclass
|
152
|
-
ImportedDataInfo::Format = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format").enummodule
|
153
|
-
ImportedDataInfo::Encoding = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding").enummodule
|
154
|
-
UpdateTransferRunRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.UpdateTransferRunRequest").msgclass
|
155
|
-
LogTransferRunMessagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.LogTransferRunMessagesRequest").msgclass
|
156
|
-
StartBigQueryJobsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.StartBigQueryJobsRequest").msgclass
|
157
|
-
FinishRunRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.FinishRunRequest").msgclass
|
158
|
-
CreateDataSourceDefinitionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.CreateDataSourceDefinitionRequest").msgclass
|
159
|
-
UpdateDataSourceDefinitionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.UpdateDataSourceDefinitionRequest").msgclass
|
160
|
-
DeleteDataSourceDefinitionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DeleteDataSourceDefinitionRequest").msgclass
|
161
|
-
GetDataSourceDefinitionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.GetDataSourceDefinitionRequest").msgclass
|
162
|
-
ListDataSourceDefinitionsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListDataSourceDefinitionsRequest").msgclass
|
163
|
-
ListDataSourceDefinitionsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListDataSourceDefinitionsResponse").msgclass
|
164
|
-
DataSourceDefinition = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSourceDefinition").msgclass
|
165
|
-
WriteDisposition = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.WriteDisposition").enummodule
|
166
|
-
end
|
167
|
-
end
|
168
|
-
end
|
169
|
-
end
|
170
|
-
end
|
@@ -1,103 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# Source: google/cloud/bigquery/datatransfer/v1/datasource.proto for package 'google.cloud.bigquery.datatransfer.v1'
|
3
|
-
# Original file comments:
|
4
|
-
# Copyright 2019 Google LLC.
|
5
|
-
#
|
6
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
-
# you may not use this file except in compliance with the License.
|
8
|
-
# You may obtain a copy of the License at
|
9
|
-
#
|
10
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
#
|
12
|
-
# Unless required by applicable law or agreed to in writing, software
|
13
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
# See the License for the specific language governing permissions and
|
16
|
-
# limitations under the License.
|
17
|
-
#
|
18
|
-
#
|
19
|
-
|
20
|
-
|
21
|
-
require 'grpc'
|
22
|
-
require 'google/cloud/bigquery/datatransfer/v1/datasource_pb'
|
23
|
-
|
24
|
-
module Google
|
25
|
-
module Cloud
|
26
|
-
module Bigquery
|
27
|
-
module Datatransfer
|
28
|
-
module V1
|
29
|
-
module DataSourceService
|
30
|
-
# The Google BigQuery Data Transfer API allows BigQuery users to
|
31
|
-
# configure transfer of their data from other Google Products into BigQuery.
|
32
|
-
# This service exposes methods that should be used by data source backend.
|
33
|
-
class Service
|
34
|
-
|
35
|
-
include GRPC::GenericService
|
36
|
-
|
37
|
-
self.marshal_class_method = :encode
|
38
|
-
self.unmarshal_class_method = :decode
|
39
|
-
self.service_name = 'google.cloud.bigquery.datatransfer.v1.DataSourceService'
|
40
|
-
|
41
|
-
# Update a transfer run. If successful, resets
|
42
|
-
# data_source.update_deadline_seconds timer.
|
43
|
-
rpc :UpdateTransferRun, UpdateTransferRunRequest, TransferRun
|
44
|
-
# Log messages for a transfer run. If successful (at least 1 message), resets
|
45
|
-
# data_source.update_deadline_seconds timer.
|
46
|
-
rpc :LogTransferRunMessages, LogTransferRunMessagesRequest, Google::Protobuf::Empty
|
47
|
-
# Notify the Data Transfer Service that data is ready for loading.
|
48
|
-
# The Data Transfer Service will start and monitor multiple BigQuery Load
|
49
|
-
# jobs for a transfer run. Monitored jobs will be automatically retried
|
50
|
-
# and produce log messages when starting and finishing a job.
|
51
|
-
# Can be called multiple times for the same transfer run.
|
52
|
-
rpc :StartBigQueryJobs, StartBigQueryJobsRequest, Google::Protobuf::Empty
|
53
|
-
# Notify the Data Transfer Service that the data source is done processing
|
54
|
-
# the run. No more status updates or requests to start/monitor jobs will be
|
55
|
-
# accepted. The run will be finalized by the Data Transfer Service when all
|
56
|
-
# monitored jobs are completed.
|
57
|
-
# Does not need to be called if the run is set to FAILED.
|
58
|
-
rpc :FinishRun, FinishRunRequest, Google::Protobuf::Empty
|
59
|
-
# Creates a data source definition. Calling this method will automatically
|
60
|
-
# use your credentials to create the following Google Cloud resources in
|
61
|
-
# YOUR Google Cloud project.
|
62
|
-
# 1. OAuth client
|
63
|
-
# 2. Pub/Sub Topics and Subscriptions in each supported_location_ids. e.g.,
|
64
|
-
# projects/\\{project_id}/{topics|subscriptions}/bigquerydatatransfer.\\{data_source_id}.\\{location_id}.run
|
65
|
-
# The field data_source.client_id should be left empty in the input request,
|
66
|
-
# as the API will create a new OAuth client on behalf of the caller. On the
|
67
|
-
# other hand data_source.scopes usually need to be set when there are OAuth
|
68
|
-
# scopes that need to be granted by end users.
|
69
|
-
# 3. We need a longer deadline due to the 60 seconds SLO from Pub/Sub admin
|
70
|
-
# Operations. This also applies to update and delete data source definition.
|
71
|
-
rpc :CreateDataSourceDefinition, CreateDataSourceDefinitionRequest, DataSourceDefinition
|
72
|
-
# Updates an existing data source definition. If changing
|
73
|
-
# supported_location_ids, triggers same effects as mentioned in "Create a
|
74
|
-
# data source definition."
|
75
|
-
rpc :UpdateDataSourceDefinition, UpdateDataSourceDefinitionRequest, DataSourceDefinition
|
76
|
-
# Deletes a data source definition, all of the transfer configs associated
|
77
|
-
# with this data source definition (if any) must be deleted first by the user
|
78
|
-
# in ALL regions, in order to delete the data source definition.
|
79
|
-
# This method is primarily meant for deleting data sources created during
|
80
|
-
# testing stage.
|
81
|
-
# If the data source is referenced by transfer configs in the region
|
82
|
-
# specified in the request URL, the method will fail immediately. If in the
|
83
|
-
# current region (e.g., US) it's not used by any transfer configs, but in
|
84
|
-
# another region (e.g., EU) it is, then although the method will succeed in
|
85
|
-
# region US, but it will fail when the deletion operation is replicated to
|
86
|
-
# region EU. And eventually, the system will replicate the data source
|
87
|
-
# definition back from EU to US, in order to bring all regions to
|
88
|
-
# consistency. The final effect is that the data source appears to be
|
89
|
-
# 'undeleted' in the US region.
|
90
|
-
rpc :DeleteDataSourceDefinition, DeleteDataSourceDefinitionRequest, Google::Protobuf::Empty
|
91
|
-
# Retrieves an existing data source definition.
|
92
|
-
rpc :GetDataSourceDefinition, GetDataSourceDefinitionRequest, DataSourceDefinition
|
93
|
-
# Lists supported data source definitions.
|
94
|
-
rpc :ListDataSourceDefinitions, ListDataSourceDefinitionsRequest, ListDataSourceDefinitionsResponse
|
95
|
-
end
|
96
|
-
|
97
|
-
Stub = Service.rpc_stub_class
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
@@ -1,217 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: google/cloud/bigquery/datatransfer/v1/datatransfer.proto
|
3
|
-
|
4
|
-
|
5
|
-
require 'google/protobuf'
|
6
|
-
|
7
|
-
require 'google/api/annotations_pb'
|
8
|
-
require 'google/api/client_pb'
|
9
|
-
require 'google/api/field_behavior_pb'
|
10
|
-
require 'google/api/resource_pb'
|
11
|
-
require 'google/cloud/bigquery/datatransfer/v1/transfer_pb'
|
12
|
-
require 'google/protobuf/duration_pb'
|
13
|
-
require 'google/protobuf/empty_pb'
|
14
|
-
require 'google/protobuf/field_mask_pb'
|
15
|
-
require 'google/protobuf/timestamp_pb'
|
16
|
-
require 'google/protobuf/wrappers_pb'
|
17
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
18
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DataSourceParameter" do
|
19
|
-
optional :param_id, :string, 1
|
20
|
-
optional :display_name, :string, 2
|
21
|
-
optional :description, :string, 3
|
22
|
-
optional :type, :enum, 4, "google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type"
|
23
|
-
optional :required, :bool, 5
|
24
|
-
optional :repeated, :bool, 6
|
25
|
-
optional :validation_regex, :string, 7
|
26
|
-
repeated :allowed_values, :string, 8
|
27
|
-
optional :min_value, :message, 9, "google.protobuf.DoubleValue"
|
28
|
-
optional :max_value, :message, 10, "google.protobuf.DoubleValue"
|
29
|
-
repeated :fields, :message, 11, "google.cloud.bigquery.datatransfer.v1.DataSourceParameter"
|
30
|
-
optional :validation_description, :string, 12
|
31
|
-
optional :validation_help_url, :string, 13
|
32
|
-
optional :immutable, :bool, 14
|
33
|
-
optional :recurse, :bool, 15
|
34
|
-
optional :deprecated, :bool, 20
|
35
|
-
end
|
36
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type" do
|
37
|
-
value :TYPE_UNSPECIFIED, 0
|
38
|
-
value :STRING, 1
|
39
|
-
value :INTEGER, 2
|
40
|
-
value :DOUBLE, 3
|
41
|
-
value :BOOLEAN, 4
|
42
|
-
value :RECORD, 5
|
43
|
-
value :PLUS_PAGE, 6
|
44
|
-
end
|
45
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DataSource" do
|
46
|
-
optional :name, :string, 1
|
47
|
-
optional :data_source_id, :string, 2
|
48
|
-
optional :display_name, :string, 3
|
49
|
-
optional :description, :string, 4
|
50
|
-
optional :client_id, :string, 5
|
51
|
-
repeated :scopes, :string, 6
|
52
|
-
optional :transfer_type, :enum, 7, "google.cloud.bigquery.datatransfer.v1.TransferType"
|
53
|
-
optional :supports_multiple_transfers, :bool, 8
|
54
|
-
optional :update_deadline_seconds, :int32, 9
|
55
|
-
optional :default_schedule, :string, 10
|
56
|
-
optional :supports_custom_schedule, :bool, 11
|
57
|
-
repeated :parameters, :message, 12, "google.cloud.bigquery.datatransfer.v1.DataSourceParameter"
|
58
|
-
optional :help_url, :string, 13
|
59
|
-
optional :authorization_type, :enum, 14, "google.cloud.bigquery.datatransfer.v1.DataSource.AuthorizationType"
|
60
|
-
optional :data_refresh_type, :enum, 15, "google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType"
|
61
|
-
optional :default_data_refresh_window_days, :int32, 16
|
62
|
-
optional :manual_runs_disabled, :bool, 17
|
63
|
-
optional :minimum_schedule_interval, :message, 18, "google.protobuf.Duration"
|
64
|
-
end
|
65
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.DataSource.AuthorizationType" do
|
66
|
-
value :AUTHORIZATION_TYPE_UNSPECIFIED, 0
|
67
|
-
value :AUTHORIZATION_CODE, 1
|
68
|
-
value :GOOGLE_PLUS_AUTHORIZATION_CODE, 2
|
69
|
-
value :FIRST_PARTY_OAUTH, 3
|
70
|
-
end
|
71
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType" do
|
72
|
-
value :DATA_REFRESH_TYPE_UNSPECIFIED, 0
|
73
|
-
value :SLIDING_WINDOW, 1
|
74
|
-
value :CUSTOM_SLIDING_WINDOW, 2
|
75
|
-
end
|
76
|
-
add_message "google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest" do
|
77
|
-
optional :name, :string, 1
|
78
|
-
end
|
79
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListDataSourcesRequest" do
|
80
|
-
optional :parent, :string, 1
|
81
|
-
optional :page_token, :string, 3
|
82
|
-
optional :page_size, :int32, 4
|
83
|
-
end
|
84
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse" do
|
85
|
-
repeated :data_sources, :message, 1, "google.cloud.bigquery.datatransfer.v1.DataSource"
|
86
|
-
optional :next_page_token, :string, 2
|
87
|
-
end
|
88
|
-
add_message "google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest" do
|
89
|
-
optional :parent, :string, 1
|
90
|
-
optional :transfer_config, :message, 2, "google.cloud.bigquery.datatransfer.v1.TransferConfig"
|
91
|
-
optional :authorization_code, :string, 3
|
92
|
-
optional :version_info, :string, 5
|
93
|
-
optional :service_account_name, :string, 6
|
94
|
-
end
|
95
|
-
add_message "google.cloud.bigquery.datatransfer.v1.UpdateTransferConfigRequest" do
|
96
|
-
optional :transfer_config, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferConfig"
|
97
|
-
optional :authorization_code, :string, 3
|
98
|
-
optional :update_mask, :message, 4, "google.protobuf.FieldMask"
|
99
|
-
optional :version_info, :string, 5
|
100
|
-
optional :service_account_name, :string, 6
|
101
|
-
end
|
102
|
-
add_message "google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest" do
|
103
|
-
optional :name, :string, 1
|
104
|
-
end
|
105
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest" do
|
106
|
-
optional :name, :string, 1
|
107
|
-
end
|
108
|
-
add_message "google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest" do
|
109
|
-
optional :name, :string, 1
|
110
|
-
end
|
111
|
-
add_message "google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest" do
|
112
|
-
optional :name, :string, 1
|
113
|
-
end
|
114
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferConfigsRequest" do
|
115
|
-
optional :parent, :string, 1
|
116
|
-
repeated :data_source_ids, :string, 2
|
117
|
-
optional :page_token, :string, 3
|
118
|
-
optional :page_size, :int32, 4
|
119
|
-
end
|
120
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse" do
|
121
|
-
repeated :transfer_configs, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferConfig"
|
122
|
-
optional :next_page_token, :string, 2
|
123
|
-
end
|
124
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest" do
|
125
|
-
optional :parent, :string, 1
|
126
|
-
repeated :states, :enum, 2, "google.cloud.bigquery.datatransfer.v1.TransferState"
|
127
|
-
optional :page_token, :string, 3
|
128
|
-
optional :page_size, :int32, 4
|
129
|
-
optional :run_attempt, :enum, 5, "google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt"
|
130
|
-
end
|
131
|
-
add_enum "google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt" do
|
132
|
-
value :RUN_ATTEMPT_UNSPECIFIED, 0
|
133
|
-
value :LATEST, 1
|
134
|
-
end
|
135
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferRunsResponse" do
|
136
|
-
repeated :transfer_runs, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferRun"
|
137
|
-
optional :next_page_token, :string, 2
|
138
|
-
end
|
139
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferLogsRequest" do
|
140
|
-
optional :parent, :string, 1
|
141
|
-
optional :page_token, :string, 4
|
142
|
-
optional :page_size, :int32, 5
|
143
|
-
repeated :message_types, :enum, 6, "google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity"
|
144
|
-
end
|
145
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse" do
|
146
|
-
repeated :transfer_messages, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferMessage"
|
147
|
-
optional :next_page_token, :string, 2
|
148
|
-
end
|
149
|
-
add_message "google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest" do
|
150
|
-
optional :name, :string, 1
|
151
|
-
end
|
152
|
-
add_message "google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse" do
|
153
|
-
optional :has_valid_creds, :bool, 1
|
154
|
-
end
|
155
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest" do
|
156
|
-
optional :parent, :string, 1
|
157
|
-
optional :start_time, :message, 2, "google.protobuf.Timestamp"
|
158
|
-
optional :end_time, :message, 3, "google.protobuf.Timestamp"
|
159
|
-
end
|
160
|
-
add_message "google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse" do
|
161
|
-
repeated :runs, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferRun"
|
162
|
-
end
|
163
|
-
add_message "google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest" do
|
164
|
-
optional :parent, :string, 1
|
165
|
-
oneof :time do
|
166
|
-
optional :requested_time_range, :message, 3, "google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange"
|
167
|
-
optional :requested_run_time, :message, 4, "google.protobuf.Timestamp"
|
168
|
-
end
|
169
|
-
end
|
170
|
-
add_message "google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange" do
|
171
|
-
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
172
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
173
|
-
end
|
174
|
-
add_message "google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse" do
|
175
|
-
repeated :runs, :message, 1, "google.cloud.bigquery.datatransfer.v1.TransferRun"
|
176
|
-
end
|
177
|
-
end
|
178
|
-
|
179
|
-
module Google
|
180
|
-
module Cloud
|
181
|
-
module Bigquery
|
182
|
-
module DataTransfer
|
183
|
-
end
|
184
|
-
Datatransfer = DataTransfer unless const_defined? :Datatransfer
|
185
|
-
end
|
186
|
-
end
|
187
|
-
end
|
188
|
-
module Google::Cloud::Bigquery::DataTransfer::V1
|
189
|
-
DataSourceParameter = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSourceParameter").msgclass
|
190
|
-
DataSourceParameter::Type = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type").enummodule
|
191
|
-
DataSource = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSource").msgclass
|
192
|
-
DataSource::AuthorizationType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSource.AuthorizationType").enummodule
|
193
|
-
DataSource::DataRefreshType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType").enummodule
|
194
|
-
GetDataSourceRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest").msgclass
|
195
|
-
ListDataSourcesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListDataSourcesRequest").msgclass
|
196
|
-
ListDataSourcesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse").msgclass
|
197
|
-
CreateTransferConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest").msgclass
|
198
|
-
UpdateTransferConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.UpdateTransferConfigRequest").msgclass
|
199
|
-
GetTransferConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest").msgclass
|
200
|
-
DeleteTransferConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest").msgclass
|
201
|
-
GetTransferRunRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest").msgclass
|
202
|
-
DeleteTransferRunRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest").msgclass
|
203
|
-
ListTransferConfigsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferConfigsRequest").msgclass
|
204
|
-
ListTransferConfigsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse").msgclass
|
205
|
-
ListTransferRunsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest").msgclass
|
206
|
-
ListTransferRunsRequest::RunAttempt = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt").enummodule
|
207
|
-
ListTransferRunsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferRunsResponse").msgclass
|
208
|
-
ListTransferLogsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferLogsRequest").msgclass
|
209
|
-
ListTransferLogsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse").msgclass
|
210
|
-
CheckValidCredsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest").msgclass
|
211
|
-
CheckValidCredsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse").msgclass
|
212
|
-
ScheduleTransferRunsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest").msgclass
|
213
|
-
ScheduleTransferRunsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse").msgclass
|
214
|
-
StartManualTransferRunsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest").msgclass
|
215
|
-
StartManualTransferRunsRequest::TimeRange = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange").msgclass
|
216
|
-
StartManualTransferRunsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse").msgclass
|
217
|
-
end
|