Skip to content

Commit 04d39ea

Browse files
Regenerate bigquerydatatransfer client
1 parent 80c02ab commit 04d39ea

File tree

4 files changed

+48
-50
lines changed

4 files changed

+48
-50
lines changed

google-api-grpc/grpc-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceGrpc.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
*
1313
* <pre>
1414
* The Google BigQuery Data Transfer Service API enables BigQuery users to
15-
* configure the transfer of their data from other Google Products into BigQuery.
16-
* This service contains methods that are end user exposed. It backs up the
17-
* frontend.
15+
* configure the transfer of their data from other Google Products into
16+
* BigQuery. This service contains methods that are end user exposed. It backs
17+
* up the frontend.
1818
* </pre>
1919
*/
2020
@javax.annotation.Generated(
@@ -842,9 +842,9 @@ public static DataTransferServiceFutureStub newFutureStub(io.grpc.Channel channe
842842
*
843843
* <pre>
844844
* The Google BigQuery Data Transfer Service API enables BigQuery users to
845-
* configure the transfer of their data from other Google Products into BigQuery.
846-
* This service contains methods that are end user exposed. It backs up the
847-
* frontend.
845+
* configure the transfer of their data from other Google Products into
846+
* BigQuery. This service contains methods that are end user exposed. It backs
847+
* up the frontend.
848848
* </pre>
849849
*/
850850
public abstract static class DataTransferServiceImplBase implements io.grpc.BindableService {
@@ -1148,9 +1148,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
11481148
*
11491149
* <pre>
11501150
* The Google BigQuery Data Transfer Service API enables BigQuery users to
1151-
* configure the transfer of their data from other Google Products into BigQuery.
1152-
* This service contains methods that are end user exposed. It backs up the
1153-
* frontend.
1151+
* configure the transfer of their data from other Google Products into
1152+
* BigQuery. This service contains methods that are end user exposed. It backs
1153+
* up the frontend.
11541154
* </pre>
11551155
*/
11561156
public static final class DataTransferServiceStub
@@ -1412,9 +1412,9 @@ public void checkValidCreds(
14121412
*
14131413
* <pre>
14141414
* The Google BigQuery Data Transfer Service API enables BigQuery users to
1415-
* configure the transfer of their data from other Google Products into BigQuery.
1416-
* This service contains methods that are end user exposed. It backs up the
1417-
* frontend.
1415+
* configure the transfer of their data from other Google Products into
1416+
* BigQuery. This service contains methods that are end user exposed. It backs
1417+
* up the frontend.
14181418
* </pre>
14191419
*/
14201420
public static final class DataTransferServiceBlockingStub
@@ -1623,9 +1623,9 @@ public com.google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse checkVa
16231623
*
16241624
* <pre>
16251625
* The Google BigQuery Data Transfer Service API enables BigQuery users to
1626-
* configure the transfer of their data from other Google Products into BigQuery.
1627-
* This service contains methods that are end user exposed. It backs up the
1628-
* frontend.
1626+
* configure the transfer of their data from other Google Products into
1627+
* BigQuery. This service contains methods that are end user exposed. It backs
1628+
* up the frontend.
16291629
* </pre>
16301630
*/
16311631
public static final class DataTransferServiceFutureStub

google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/proto/google/cloud/bigquery/datatransfer/v1/datatransfer.proto

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,33 @@ option java_outer_classname = "DataTransferProto";
3131
option java_package = "com.google.cloud.bigquery.datatransfer.v1";
3232
option php_namespace = "Google\\Cloud\\BigQuery\\DataTransfer\\V1";
3333

34-
3534
// The Google BigQuery Data Transfer Service API enables BigQuery users to
36-
// configure the transfer of their data from other Google Products into BigQuery.
37-
// This service contains methods that are end user exposed. It backs up the
38-
// frontend.
35+
// configure the transfer of their data from other Google Products into
36+
// BigQuery. This service contains methods that are end user exposed. It backs
37+
// up the frontend.
3938
service DataTransferService {
4039
// Retrieves a supported data source and returns its settings,
4140
// which can be used for UI rendering.
4241
rpc GetDataSource(GetDataSourceRequest) returns (DataSource) {
4342
option (google.api.http) = {
4443
get: "/v1/{name=projects/*/locations/*/dataSources/*}"
45-
additional_bindings {
46-
get: "/v1/{name=projects/*/dataSources/*}"
47-
}
44+
additional_bindings { get: "/v1/{name=projects/*/dataSources/*}" }
4845
};
4946
}
5047

5148
// Lists supported data sources and returns their settings,
5249
// which can be used for UI rendering.
53-
rpc ListDataSources(ListDataSourcesRequest) returns (ListDataSourcesResponse) {
50+
rpc ListDataSources(ListDataSourcesRequest)
51+
returns (ListDataSourcesResponse) {
5452
option (google.api.http) = {
5553
get: "/v1/{parent=projects/*/locations/*}/dataSources"
56-
additional_bindings {
57-
get: "/v1/{parent=projects/*}/dataSources"
58-
}
54+
additional_bindings { get: "/v1/{parent=projects/*}/dataSources" }
5955
};
6056
}
6157

6258
// Creates a new data transfer configuration.
63-
rpc CreateTransferConfig(CreateTransferConfigRequest) returns (TransferConfig) {
59+
rpc CreateTransferConfig(CreateTransferConfigRequest)
60+
returns (TransferConfig) {
6461
option (google.api.http) = {
6562
post: "/v1/{parent=projects/*/locations/*}/transferConfigs"
6663
body: "transfer_config"
@@ -73,7 +70,8 @@ service DataTransferService {
7370

7471
// Updates a data transfer configuration.
7572
// All fields must be set, even if they are not updated.
76-
rpc UpdateTransferConfig(UpdateTransferConfigRequest) returns (TransferConfig) {
73+
rpc UpdateTransferConfig(UpdateTransferConfigRequest)
74+
returns (TransferConfig) {
7775
option (google.api.http) = {
7876
patch: "/v1/{transfer_config.name=projects/*/locations/*/transferConfigs/*}"
7977
body: "transfer_config"
@@ -86,40 +84,37 @@ service DataTransferService {
8684

8785
// Deletes a data transfer configuration,
8886
// including any associated transfer runs and logs.
89-
rpc DeleteTransferConfig(DeleteTransferConfigRequest) returns (google.protobuf.Empty) {
87+
rpc DeleteTransferConfig(DeleteTransferConfigRequest)
88+
returns (google.protobuf.Empty) {
9089
option (google.api.http) = {
9190
delete: "/v1/{name=projects/*/locations/*/transferConfigs/*}"
92-
additional_bindings {
93-
delete: "/v1/{name=projects/*/transferConfigs/*}"
94-
}
91+
additional_bindings { delete: "/v1/{name=projects/*/transferConfigs/*}" }
9592
};
9693
}
9794

9895
// Returns information about a data transfer config.
9996
rpc GetTransferConfig(GetTransferConfigRequest) returns (TransferConfig) {
10097
option (google.api.http) = {
10198
get: "/v1/{name=projects/*/locations/*/transferConfigs/*}"
102-
additional_bindings {
103-
get: "/v1/{name=projects/*/transferConfigs/*}"
104-
}
99+
additional_bindings { get: "/v1/{name=projects/*/transferConfigs/*}" }
105100
};
106101
}
107102

108103
// Returns information about all data transfers in the project.
109-
rpc ListTransferConfigs(ListTransferConfigsRequest) returns (ListTransferConfigsResponse) {
104+
rpc ListTransferConfigs(ListTransferConfigsRequest)
105+
returns (ListTransferConfigsResponse) {
110106
option (google.api.http) = {
111107
get: "/v1/{parent=projects/*/locations/*}/transferConfigs"
112-
additional_bindings {
113-
get: "/v1/{parent=projects/*}/transferConfigs"
114-
}
108+
additional_bindings { get: "/v1/{parent=projects/*}/transferConfigs" }
115109
};
116110
}
117111

118112
// Creates transfer runs for a time range [start_time, end_time].
119113
// For each date - or whatever granularity the data source supports - in the
120114
// range, one transfer run is created.
121115
// Note that runs are created per UTC time in the time range.
122-
rpc ScheduleTransferRuns(ScheduleTransferRunsRequest) returns (ScheduleTransferRunsResponse) {
116+
rpc ScheduleTransferRuns(ScheduleTransferRunsRequest)
117+
returns (ScheduleTransferRunsResponse) {
123118
option (google.api.http) = {
124119
post: "/v1/{parent=projects/*/locations/*/transferConfigs/*}:scheduleRuns"
125120
body: "*"
@@ -141,7 +136,8 @@ service DataTransferService {
141136
}
142137

143138
// Deletes the specified transfer run.
144-
rpc DeleteTransferRun(DeleteTransferRunRequest) returns (google.protobuf.Empty) {
139+
rpc DeleteTransferRun(DeleteTransferRunRequest)
140+
returns (google.protobuf.Empty) {
145141
option (google.api.http) = {
146142
delete: "/v1/{name=projects/*/locations/*/transferConfigs/*/runs/*}"
147143
additional_bindings {
@@ -151,7 +147,8 @@ service DataTransferService {
151147
}
152148

153149
// Returns information about running and completed jobs.
154-
rpc ListTransferRuns(ListTransferRunsRequest) returns (ListTransferRunsResponse) {
150+
rpc ListTransferRuns(ListTransferRunsRequest)
151+
returns (ListTransferRunsResponse) {
155152
option (google.api.http) = {
156153
get: "/v1/{parent=projects/*/locations/*/transferConfigs/*}/runs"
157154
additional_bindings {
@@ -161,7 +158,8 @@ service DataTransferService {
161158
}
162159

163160
// Returns user facing log messages for the data transfer run.
164-
rpc ListTransferLogs(ListTransferLogsRequest) returns (ListTransferLogsResponse) {
161+
rpc ListTransferLogs(ListTransferLogsRequest)
162+
returns (ListTransferLogsResponse) {
165163
option (google.api.http) = {
166164
get: "/v1/{parent=projects/*/locations/*/transferConfigs/*/runs/*}/transferLogs"
167165
additional_bindings {
@@ -176,7 +174,8 @@ service DataTransferService {
176174
// them on behalf of the end user. This API just checks whether we have OAuth
177175
// token for the particular user, which is a pre-requisite before user can
178176
// create a transfer config.
179-
rpc CheckValidCreds(CheckValidCredsRequest) returns (CheckValidCredsResponse) {
177+
rpc CheckValidCreds(CheckValidCredsRequest)
178+
returns (CheckValidCredsResponse) {
180179
option (google.api.http) = {
181180
post: "/v1/{name=projects/*/locations/*/dataSources/*}:checkValidCreds"
182181
body: "*"

google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/proto/google/cloud/bigquery/datatransfer/v1/transfer.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ option java_package = "com.google.cloud.bigquery.datatransfer.v1";
2929
option objc_class_prefix = "GCBDT";
3030
option php_namespace = "Google\\Cloud\\BigQuery\\DataTransfer\\V1";
3131

32-
3332
// Represents a data transfer configuration. A transfer configuration
3433
// contains all metadata needed to perform a data transfer. For example,
3534
// `destination_dataset_id` specifies where data should be stored.

google-cloud-clients/google-cloud-bigquerydatatransfer/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-17T08:34:48.853225Z",
2+
"updateTime": "2019-03-01T08:34:26.897101Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.6",
8-
"dockerImage": "googleapis/artman@sha256:12722f2ca3fbc3b53cc6aa5f0e569d7d221b46bd876a2136497089dec5e3634e"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0ac60e21a1aa86c07c1836865b35308ba8178b05",
16-
"internalRef": "229626798"
15+
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
16+
"internalRef": "236230004"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)