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

Commit

Permalink
feat(v1): add condition to Feed (#226)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/812a23d1-b47c-4131-b5f8-4e10c7fb29fc/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 316789767
Source-Link: googleapis/googleapis@3dcb344
  • Loading branch information
yoshi-automation committed Jun 18, 2020
1 parent 3abb54f commit f14bd11
Show file tree
Hide file tree
Showing 29 changed files with 2,453 additions and 656 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.7.0</version>
<version>6.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -264,10 +264,14 @@ public final UnaryCallable<DeleteFeedRequest, Empty> deleteFeedCallable() {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Exports assets with time and resource types to a given Cloud Storage location. The output
* format is newline-delimited JSON. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing you to keep track of
* the export.
* Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.
* For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line
* represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for
* BigQuery table destinations, the output table stores the fields in asset proto as columns. This
* API implements the [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least 2 seconds with
* exponential retry to poll the export operation result. For regular-size resource parent, the
* export operation usually finishes within 5 minutes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -295,10 +299,14 @@ public final OperationFuture<ExportAssetsResponse, ExportAssetsRequest> exportAs

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Exports assets with time and resource types to a given Cloud Storage location. The output
* format is newline-delimited JSON. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing you to keep track of
* the export.
* Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.
* For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line
* represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for
* BigQuery table destinations, the output table stores the fields in asset proto as columns. This
* API implements the [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least 2 seconds with
* exponential retry to poll the export operation result. For regular-size resource parent, the
* export operation usually finishes within 5 minutes.
*
* <p>Sample code:
*
Expand All @@ -324,10 +332,14 @@ public final OperationFuture<ExportAssetsResponse, ExportAssetsRequest> exportAs

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Exports assets with time and resource types to a given Cloud Storage location. The output
* format is newline-delimited JSON. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing you to keep track of
* the export.
* Exports assets with time and resource types to a given Cloud Storage location/BigQuery table.
* For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line
* represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for
* BigQuery table destinations, the output table stores the fields in asset proto as columns. This
* API implements the [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least 2 seconds with
* exponential retry to poll the export operation result. For regular-size resource parent, the
* export operation usually finishes within 5 minutes.
*
* <p>Sample code:
*
Expand All @@ -351,11 +363,11 @@ public final UnaryCallable<ExportAssetsRequest, Operation> exportAssetsCallable(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Batch gets the update history of assets that overlap a time window. For RESOURCE content, this
* API outputs history with asset in both non-delete or deleted status. For IAM_POLICY content,
* Batch gets the update history of assets that overlap a time window. For IAM_POLICY content,
* this API outputs history when the asset and its attached IAM POLICY both exist. This can create
* gaps in the output history. If a specified asset does not exist, this API returns an
* INVALID_ARGUMENT error.
* gaps in the output history. Otherwise, this API outputs history with asset in both non-delete
* or deleted status. If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
*
* <p>Sample code:
*
Expand All @@ -379,11 +391,11 @@ public final BatchGetAssetsHistoryResponse batchGetAssetsHistory(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Batch gets the update history of assets that overlap a time window. For RESOURCE content, this
* API outputs history with asset in both non-delete or deleted status. For IAM_POLICY content,
* Batch gets the update history of assets that overlap a time window. For IAM_POLICY content,
* this API outputs history when the asset and its attached IAM POLICY both exist. This can create
* gaps in the output history. If a specified asset does not exist, this API returns an
* INVALID_ARGUMENT error.
* gaps in the output history. Otherwise, this API outputs history with asset in both non-delete
* or deleted status. If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -481,10 +481,16 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer
*
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* location/BigQuery table. For Cloud Storage location destinations, the
* output format is newline-delimited JSON. Each line represents a
* [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
* format; for BigQuery table destinations, the output table stores the fields
* in asset proto as columns. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least
* 2 seconds with exponential retry to poll the export operation result. For
* regular-size resource parent, the export operation usually finishes within
* 5 minutes.
* </pre>
*/
public void exportAssets(
Expand All @@ -498,10 +504,10 @@ public void exportAssets(
*
* <pre>
* Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
* For IAM_POLICY content, this API outputs history when the asset and its
* attached IAM POLICY both exist. This can create gaps in the output history.
* Otherwise, this API outputs history with asset in both non-delete or
* deleted status.
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
* </pre>
Expand Down Expand Up @@ -700,10 +706,16 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* location/BigQuery table. For Cloud Storage location destinations, the
* output format is newline-delimited JSON. Each line represents a
* [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
* format; for BigQuery table destinations, the output table stores the fields
* in asset proto as columns. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least
* 2 seconds with exponential retry to poll the export operation result. For
* regular-size resource parent, the export operation usually finishes within
* 5 minutes.
* </pre>
*/
public void exportAssets(
Expand All @@ -720,10 +732,10 @@ public void exportAssets(
*
* <pre>
* Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
* For IAM_POLICY content, this API outputs history when the asset and its
* attached IAM POLICY both exist. This can create gaps in the output history.
* Otherwise, this API outputs history with asset in both non-delete or
* deleted status.
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
* </pre>
Expand Down Expand Up @@ -874,10 +886,16 @@ protected AssetServiceBlockingStub build(
*
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* location/BigQuery table. For Cloud Storage location destinations, the
* output format is newline-delimited JSON. Each line represents a
* [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
* format; for BigQuery table destinations, the output table stores the fields
* in asset proto as columns. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least
* 2 seconds with exponential retry to poll the export operation result. For
* regular-size resource parent, the export operation usually finishes within
* 5 minutes.
* </pre>
*/
public com.google.longrunning.Operation exportAssets(
Expand All @@ -890,10 +908,10 @@ public com.google.longrunning.Operation exportAssets(
*
* <pre>
* Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
* For IAM_POLICY content, this API outputs history when the asset and its
* attached IAM POLICY both exist. This can create gaps in the output history.
* Otherwise, this API outputs history with asset in both non-delete or
* deleted status.
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
* </pre>
Expand Down Expand Up @@ -1022,10 +1040,16 @@ protected AssetServiceFutureStub build(
*
* <pre>
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* location/BigQuery table. For Cloud Storage location destinations, the
* output format is newline-delimited JSON. Each line represents a
* [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
* format; for BigQuery table destinations, the output table stores the fields
* in asset proto as columns. This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API , which
* allows you to keep track of the export. We recommend intervals of at least
* 2 seconds with exponential retry to poll the export operation result. For
* regular-size resource parent, the export operation usually finishes within
* 5 minutes.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand All @@ -1039,10 +1063,10 @@ protected AssetServiceFutureStub build(
*
* <pre>
* Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
* For IAM_POLICY content, this API outputs history when the asset and its
* attached IAM POLICY both exist. This can create gaps in the output history.
* Otherwise, this API outputs history with asset in both non-delete or
* deleted status.
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
* error.
* </pre>
Expand Down

0 comments on commit f14bd11

Please sign in to comment.