Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit a857946

Browse files
docs: Improvements to various message and field descriptions (#1010)
PiperOrigin-RevId: 391604499 Source-Author: Google APIs <[email protected]> Source-Date: Wed Aug 18 14:00:41 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 853cfd33b66580be0b61f3bb0cfea4abd351b565 Source-Link: googleapis/googleapis@853cfd3
1 parent 25fe359 commit a857946

File tree

13 files changed

+401
-270
lines changed

13 files changed

+401
-270
lines changed

google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ public final UnaryCallable<GetTransferConfigRequest, TransferConfig> getTransfer
868868

869869
// AUTO-GENERATED DOCUMENTATION AND METHOD.
870870
/**
871-
* Returns information about all data transfers in the project.
871+
* Returns information about all transfer configs owned by a project in the specified location.
872872
*
873873
* <p>Sample code:
874874
*
@@ -896,7 +896,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(LocationName p
896896

897897
// AUTO-GENERATED DOCUMENTATION AND METHOD.
898898
/**
899-
* Returns information about all data transfers in the project.
899+
* Returns information about all transfer configs owned by a project in the specified location.
900900
*
901901
* <p>Sample code:
902902
*
@@ -924,7 +924,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(ProjectName pa
924924

925925
// AUTO-GENERATED DOCUMENTATION AND METHOD.
926926
/**
927-
* Returns information about all data transfers in the project.
927+
* Returns information about all transfer configs owned by a project in the specified location.
928928
*
929929
* <p>Sample code:
930930
*
@@ -952,7 +952,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(String parent)
952952

953953
// AUTO-GENERATED DOCUMENTATION AND METHOD.
954954
/**
955-
* Returns information about all data transfers in the project.
955+
* Returns information about all transfer configs owned by a project in the specified location.
956956
*
957957
* <p>Sample code:
958958
*
@@ -984,7 +984,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(
984984

985985
// AUTO-GENERATED DOCUMENTATION AND METHOD.
986986
/**
987-
* Returns information about all data transfers in the project.
987+
* Returns information about all transfer configs owned by a project in the specified location.
988988
*
989989
* <p>Sample code:
990990
*
@@ -1015,7 +1015,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(
10151015

10161016
// AUTO-GENERATED DOCUMENTATION AND METHOD.
10171017
/**
1018-
* Returns information about all data transfers in the project.
1018+
* Returns information about all transfer configs owned by a project in the specified location.
10191019
*
10201020
* <p>Sample code:
10211021
*

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,8 @@ public void getTransferConfig(
871871
*
872872
*
873873
* <pre>
874-
* Returns information about all data transfers in the project.
874+
* Returns information about all transfer configs owned by a project in the
875+
* specified location.
875876
* </pre>
876877
*/
877878
public void listTransferConfigs(
@@ -1240,7 +1241,8 @@ public void getTransferConfig(
12401241
*
12411242
*
12421243
* <pre>
1243-
* Returns information about all data transfers in the project.
1244+
* Returns information about all transfer configs owned by a project in the
1245+
* specified location.
12441246
* </pre>
12451247
*/
12461248
public void listTransferConfigs(
@@ -1500,7 +1502,8 @@ public com.google.cloud.bigquery.datatransfer.v1.TransferConfig getTransferConfi
15001502
*
15011503
*
15021504
* <pre>
1503-
* Returns information about all data transfers in the project.
1505+
* Returns information about all transfer configs owned by a project in the
1506+
* specified location.
15041507
* </pre>
15051508
*/
15061509
public com.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse
@@ -1735,7 +1738,8 @@ protected DataTransferServiceFutureStub build(
17351738
*
17361739
*
17371740
* <pre>
1738-
* Returns information about all data transfers in the project.
1741+
* Returns information about all transfer configs owned by a project in the
1742+
* specified location.
17391743
* </pre>
17401744
*/
17411745
public com.google.common.util.concurrent.ListenableFuture<

proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataSource.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,7 @@ public enum AuthorizationType implements com.google.protobuf.ProtocolMessageEnum
303303
*
304304
*
305305
* <pre>
306-
* Use First Party Client OAuth. First Party Client OAuth doesn't require a
307-
* refresh token to get an offline access token. Instead, it uses a
308-
* client-signed JWT assertion to retrieve an access token.
306+
* Use First Party OAuth.
309307
* </pre>
310308
*
311309
* <code>FIRST_PARTY_OAUTH = 3;</code>
@@ -350,9 +348,7 @@ public enum AuthorizationType implements com.google.protobuf.ProtocolMessageEnum
350348
*
351349
*
352350
* <pre>
353-
* Use First Party Client OAuth. First Party Client OAuth doesn't require a
354-
* refresh token to get an offline access token. Instead, it uses a
355-
* client-signed JWT assertion to retrieve an access token.
351+
* Use First Party OAuth.
356352
* </pre>
357353
*
358354
* <code>FIRST_PARTY_OAUTH = 3;</code>

0 commit comments

Comments
 (0)