public static final class AssetServiceGrpc.AssetServiceBlockingStub extends io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>
Asset service definition.
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetsHistoryResponse |
batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
protected AssetServiceGrpc.AssetServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
exportAssets(ExportAssetsRequest request)
Exports assets with time and resource types to a given Cloud Storage
location.
|
protected AssetServiceGrpc.AssetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>public 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 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.