Uses of Class
com.google.cloud.asset.v1.BatchGetAssetsHistoryResponse
-
Packages that use BatchGetAssetsHistoryResponse Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of BatchGetAssetsHistoryResponse in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return BatchGetAssetsHistoryResponse Modifier and Type Method Description BatchGetAssetsHistoryResponse
AssetServiceClient. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.BatchGetAssetsHistoryResponse
AssetServiceGrpc.AssetServiceBlockingStub. 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.Builder. getDefaultInstanceForType()
BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. getDefaultInstanceForType()
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseDelimitedFrom(InputStream input)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(byte[] data)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(InputStream input)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(ByteBuffer data)
static BatchGetAssetsHistoryResponse
BatchGetAssetsHistoryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type BatchGetAssetsHistoryResponse Modifier and Type Method 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.com.google.api.gax.rpc.UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceClient. batchGetAssetsHistoryCallable()
Batch gets the update history of assets that overlap a time window.com.google.api.gax.rpc.UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceSettings. batchGetAssetsHistorySettings()
Returns the object with the settings used for calls to batchGetAssetsHistory.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceSettings.Builder. batchGetAssetsHistorySettings()
Returns the builder for the settings used for calls to batchGetAssetsHistory.static io.grpc.MethodDescriptor<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceGrpc. getBatchGetAssetsHistoryMethod()
com.google.protobuf.Parser<BatchGetAssetsHistoryResponse>
BatchGetAssetsHistoryResponse. getParserForType()
static com.google.protobuf.Parser<BatchGetAssetsHistoryResponse>
BatchGetAssetsHistoryResponse. parser()
Methods in com.google.cloud.asset.v1 with parameters of type BatchGetAssetsHistoryResponse Modifier and Type Method Description BatchGetAssetsHistoryResponse.Builder
BatchGetAssetsHistoryResponse.Builder. mergeFrom(BatchGetAssetsHistoryResponse other)
static BatchGetAssetsHistoryResponse.Builder
BatchGetAssetsHistoryResponse. newBuilder(BatchGetAssetsHistoryResponse prototype)
Method parameters in com.google.cloud.asset.v1 with type arguments of type BatchGetAssetsHistoryResponse Modifier and Type Method Description void
AssetServiceGrpc.AssetServiceStub. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request, io.grpc.stub.StreamObserver<BatchGetAssetsHistoryResponse> responseObserver)
Batch gets the update history of assets that overlap a time window.default void
AssetServiceGrpc.AsyncService. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request, io.grpc.stub.StreamObserver<BatchGetAssetsHistoryResponse> responseObserver)
Batch gets the update history of assets that overlap a time window. -
Uses of BatchGetAssetsHistoryResponse in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type BatchGetAssetsHistoryResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceStub. batchGetAssetsHistoryCallable()
com.google.api.gax.rpc.UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
GrpcAssetServiceStub. batchGetAssetsHistoryCallable()
com.google.api.gax.rpc.UnaryCallable<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
HttpJsonAssetServiceStub. batchGetAssetsHistoryCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceStubSettings. batchGetAssetsHistorySettings()
Returns the object with the settings used for calls to batchGetAssetsHistory.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>
AssetServiceStubSettings.Builder. batchGetAssetsHistorySettings()
Returns the builder for the settings used for calls to batchGetAssetsHistory.
-