Skip to content

Commit

Permalink
Regenerate clients (googleapis#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 3, 2018
1 parent 68f38e1 commit 152653d
Show file tree
Hide file tree
Showing 74 changed files with 671 additions and 743 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public static abstract class AssetServiceImplBase implements io.grpc.BindableSer

/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* 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 users
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* </pre>
*/
Expand All @@ -150,11 +150,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ

/**
* <pre>
* Batch gets assets update history that overlaps a time window.
* 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 only outputs history when asset and its
* attached IAM POLICY both exist. So there may be gaps in the output history.
* 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.
* </pre>
*/
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
Expand Down Expand Up @@ -205,9 +205,9 @@ protected AssetServiceStub build(io.grpc.Channel channel,

/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* 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 users
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* </pre>
*/
Expand All @@ -219,11 +219,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ

/**
* <pre>
* Batch gets assets update history that overlaps a time window.
* 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 only outputs history when asset and its
* attached IAM POLICY both exist. So there may be gaps in the output history.
* 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.
* </pre>
*/
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
Expand Down Expand Up @@ -256,9 +256,9 @@ protected AssetServiceBlockingStub build(io.grpc.Channel channel,

/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* 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 users
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* </pre>
*/
Expand All @@ -269,11 +269,11 @@ public com.google.longrunning.Operation exportAssets(com.google.cloud.asset.v1be

/**
* <pre>
* Batch gets assets update history that overlaps a time window.
* 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 only outputs history when asset and its
* attached IAM POLICY both exist. So there may be gaps in the output history.
* 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.
* </pre>
*/
public com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryResponse batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request) {
Expand Down Expand Up @@ -305,9 +305,9 @@ protected AssetServiceFutureStub build(io.grpc.Channel channel,

/**
* <pre>
* Exports assets with time and resource types to a given Google Cloud Storage
* 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 users
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* </pre>
*/
Expand All @@ -319,11 +319,11 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning

/**
* <pre>
* Batch gets assets update history that overlaps a time window.
* 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 only outputs history when asset and its
* attached IAM POLICY both exist. So there may be gaps in the output history.
* 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryResponse> batchGetAssetsHistory(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 152653d

Please sign in to comment.