Skip to content

Commit 152653d

Browse files
authored
Regenerate clients (googleapis#3766)
1 parent 68f38e1 commit 152653d

File tree

74 files changed

+671
-743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+671
-743
lines changed

google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ public static abstract class AssetServiceImplBase implements io.grpc.BindableSer
137137

138138
/**
139139
* <pre>
140-
* Exports assets with time and resource types to a given Google Cloud Storage
140+
* Exports assets with time and resource types to a given Cloud Storage
141141
* location. The output format is newline-delimited JSON.
142-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
142+
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
143143
* to keep track of the export.
144144
* </pre>
145145
*/
@@ -150,11 +150,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ
150150

151151
/**
152152
* <pre>
153-
* Batch gets assets update history that overlaps a time window.
153+
* Batch gets the update history of assets that overlap a time window.
154154
* For RESOURCE content, this API outputs history with asset in both
155155
* non-delete or deleted status.
156-
* For IAM_POLICY content, this API only outputs history when asset and its
157-
* attached IAM POLICY both exist. So there may be gaps in the output history.
156+
* For IAM_POLICY content, this API outputs history when the asset and its
157+
* attached IAM POLICY both exist. This can create gaps in the output history.
158158
* </pre>
159159
*/
160160
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
@@ -205,9 +205,9 @@ protected AssetServiceStub build(io.grpc.Channel channel,
205205

206206
/**
207207
* <pre>
208-
* Exports assets with time and resource types to a given Google Cloud Storage
208+
* Exports assets with time and resource types to a given Cloud Storage
209209
* location. The output format is newline-delimited JSON.
210-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
210+
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
211211
* to keep track of the export.
212212
* </pre>
213213
*/
@@ -219,11 +219,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ
219219

220220
/**
221221
* <pre>
222-
* Batch gets assets update history that overlaps a time window.
222+
* Batch gets the update history of assets that overlap a time window.
223223
* For RESOURCE content, this API outputs history with asset in both
224224
* non-delete or deleted status.
225-
* For IAM_POLICY content, this API only outputs history when asset and its
226-
* attached IAM POLICY both exist. So there may be gaps in the output history.
225+
* For IAM_POLICY content, this API outputs history when the asset and its
226+
* attached IAM POLICY both exist. This can create gaps in the output history.
227227
* </pre>
228228
*/
229229
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
@@ -256,9 +256,9 @@ protected AssetServiceBlockingStub build(io.grpc.Channel channel,
256256

257257
/**
258258
* <pre>
259-
* Exports assets with time and resource types to a given Google Cloud Storage
259+
* Exports assets with time and resource types to a given Cloud Storage
260260
* location. The output format is newline-delimited JSON.
261-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
261+
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
262262
* to keep track of the export.
263263
* </pre>
264264
*/
@@ -269,11 +269,11 @@ public com.google.longrunning.Operation exportAssets(com.google.cloud.asset.v1be
269269

270270
/**
271271
* <pre>
272-
* Batch gets assets update history that overlaps a time window.
272+
* Batch gets the update history of assets that overlap a time window.
273273
* For RESOURCE content, this API outputs history with asset in both
274274
* non-delete or deleted status.
275-
* For IAM_POLICY content, this API only outputs history when asset and its
276-
* attached IAM POLICY both exist. So there may be gaps in the output history.
275+
* For IAM_POLICY content, this API outputs history when the asset and its
276+
* attached IAM POLICY both exist. This can create gaps in the output history.
277277
* </pre>
278278
*/
279279
public com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryResponse batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request) {
@@ -305,9 +305,9 @@ protected AssetServiceFutureStub build(io.grpc.Channel channel,
305305

306306
/**
307307
* <pre>
308-
* Exports assets with time and resource types to a given Google Cloud Storage
308+
* Exports assets with time and resource types to a given Cloud Storage
309309
* location. The output format is newline-delimited JSON.
310-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
310+
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
311311
* to keep track of the export.
312312
* </pre>
313313
*/
@@ -319,11 +319,11 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning
319319

320320
/**
321321
* <pre>
322-
* Batch gets assets update history that overlaps a time window.
322+
* Batch gets the update history of assets that overlap a time window.
323323
* For RESOURCE content, this API outputs history with asset in both
324324
* non-delete or deleted status.
325-
* For IAM_POLICY content, this API only outputs history when asset and its
326-
* attached IAM POLICY both exist. So there may be gaps in the output history.
325+
* For IAM_POLICY content, this API outputs history when the asset and its
326+
* attached IAM POLICY both exist. This can create gaps in the output history.
327327
* </pre>
328328
*/
329329
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryResponse> batchGetAssetsHistory(

google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/Asset.java

Lines changed: 49 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)