public static final class AssetServiceGrpc.AssetServiceFutureStub extends io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>
Asset service definition.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse> |
batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
protected AssetServiceGrpc.AssetServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
exportAssets(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage
location.
|
protected AssetServiceGrpc.AssetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> exportAssets(ExportAssetsRequest request)
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.
public com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse> batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
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. If a specified asset does not exist, this API returns an INVALID_ARGUMENT error.
Copyright © 2019 Google LLC. All rights reserved.