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.
|
BatchGetAssetsHistoryResponse |
AssetServiceClient.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.Builder.build() |
BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.Builder.buildPartial() |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.getDefaultInstance() |
BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.getDefaultInstanceForType() |
BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.Builder.getDefaultInstanceForType() |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseDelimitedFrom(InputStream input) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(byte[] data) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(ByteBuffer data) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(ByteString data) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(CodedInputStream input) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(InputStream input) |
static BatchGetAssetsHistoryResponse |
BatchGetAssetsHistoryResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse> |
AssetServiceGrpc.AssetServiceFutureStub.batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.
|
UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceClient.batchGetAssetsHistoryCallable()
Batch gets the update history of assets that overlap a time window.
|
UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceSettings.batchGetAssetsHistorySettings()
Returns the object with the settings used for calls to batchGetAssetsHistory.
|
UnaryCallSettings.Builder<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceSettings.Builder.batchGetAssetsHistorySettings()
Returns the builder for the settings used for calls to batchGetAssetsHistory.
|
static MethodDescriptor<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
AssetServiceGrpc.getBatchGetAssetsHistoryMethod() |
Parser<BatchGetAssetsHistoryResponse> |
BatchGetAssetsHistoryResponse.getParserForType() |
static Parser<BatchGetAssetsHistoryResponse> |
BatchGetAssetsHistoryResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.Builder.mergeFrom(BatchGetAssetsHistoryResponse other) |
static BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.newBuilder(BatchGetAssetsHistoryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.