Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate clients #3766

Merged
merged 1 commit into from
Oct 3, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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