Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.asset.v1.stub |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetsHistoryResponse |
AssetServiceGrpc.AssetServiceBlockingStub.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse> |
AssetServiceGrpc.AssetServiceFutureStub.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
BatchGetAssetsHistoryResponse |
AssetServiceClient.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
void |
AssetServiceGrpc.AssetServiceImplBase.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request,
StreamObserver<BatchGetAssetsHistoryResponse> responseObserver)
Batch gets the update history of assets that overlap a time window.
|
void |
AssetServiceGrpc.AssetServiceStub.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request,
StreamObserver<BatchGetAssetsHistoryResponse> responseObserver)
Batch gets the update history of assets that overlap a time window.
|
BatchGetAssetsHistoryRequest.Builder |
BatchGetAssetsHistoryRequest.Builder.mergeFrom(BatchGetAssetsHistoryRequest other) |
static BatchGetAssetsHistoryRequest.Builder |
BatchGetAssetsHistoryRequest.newBuilder(BatchGetAssetsHistoryRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
HttpJsonAssetServiceStub.batchGetAssetsHistoryCallable() |
UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceStub.batchGetAssetsHistoryCallable() |
UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
GrpcAssetServiceStub.batchGetAssetsHistoryCallable() |
UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceStubSettings.batchGetAssetsHistorySettings()
Returns the object with the settings used for calls to batchGetAssetsHistory.
|
UnaryCallSettings.Builder<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceStubSettings.Builder.batchGetAssetsHistorySettings()
Returns the builder for the settings used for calls to batchGetAssetsHistory.
|
Copyright © 2022 Google LLC. All rights reserved.