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

docs: Improvements to various message and field descriptions #1010

Merged
merged 1 commit into from Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -868,7 +868,7 @@ public final UnaryCallable<GetTransferConfigRequest, TransferConfig> getTransfer

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

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

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

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns information about all data transfers in the project.
* Returns information about all transfer configs owned by a project in the specified location.
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -871,7 +871,8 @@ public void getTransferConfig(
*
*
* <pre>
* Returns information about all data transfers in the project.
* Returns information about all transfer configs owned by a project in the
* specified location.
* </pre>
*/
public void listTransferConfigs(
Expand Down Expand Up @@ -1240,7 +1241,8 @@ public void getTransferConfig(
*
*
* <pre>
* Returns information about all data transfers in the project.
* Returns information about all transfer configs owned by a project in the
* specified location.
* </pre>
*/
public void listTransferConfigs(
Expand Down Expand Up @@ -1500,7 +1502,8 @@ public com.google.cloud.bigquery.datatransfer.v1.TransferConfig getTransferConfi
*
*
* <pre>
* Returns information about all data transfers in the project.
* Returns information about all transfer configs owned by a project in the
* specified location.
* </pre>
*/
public com.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse
Expand Down Expand Up @@ -1735,7 +1738,8 @@ protected DataTransferServiceFutureStub build(
*
*
* <pre>
* Returns information about all data transfers in the project.
* Returns information about all transfer configs owned by a project in the
* specified location.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Expand Up @@ -303,9 +303,7 @@ public enum AuthorizationType implements com.google.protobuf.ProtocolMessageEnum
*
*
* <pre>
* Use First Party Client OAuth. First Party Client OAuth doesn't require a
* refresh token to get an offline access token. Instead, it uses a
* client-signed JWT assertion to retrieve an access token.
* Use First Party OAuth.
* </pre>
*
* <code>FIRST_PARTY_OAUTH = 3;</code>
Expand Down Expand Up @@ -350,9 +348,7 @@ public enum AuthorizationType implements com.google.protobuf.ProtocolMessageEnum
*
*
* <pre>
* Use First Party Client OAuth. First Party Client OAuth doesn't require a
* refresh token to get an offline access token. Instead, it uses a
* client-signed JWT assertion to retrieve an access token.
* Use First Party OAuth.
* </pre>
*
* <code>FIRST_PARTY_OAUTH = 3;</code>
Expand Down