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 BatchGetAssetsHistoryResponseAssetServiceClient. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)Batch gets the update history of assets that overlap a time window.BatchGetAssetsHistoryResponseAssetServiceGrpc.AssetServiceBlockingStub. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)Batch gets the update history of assets that overlap a time window.BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse.Builder. build()BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse.Builder. buildPartial()static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. getDefaultInstance()BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse.Builder. getDefaultInstanceForType()BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. getDefaultInstanceForType()static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseDelimitedFrom(InputStream input)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(byte[] data)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.ByteString data)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(InputStream input)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. parseFrom(ByteBuffer data)static BatchGetAssetsHistoryResponseBatchGetAssetsHistoryResponse. 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.BuilderBatchGetAssetsHistoryResponse.Builder. mergeFrom(BatchGetAssetsHistoryResponse other)static BatchGetAssetsHistoryResponse.BuilderBatchGetAssetsHistoryResponse. newBuilder(BatchGetAssetsHistoryResponse prototype)Method parameters in com.google.cloud.asset.v1 with type arguments of type BatchGetAssetsHistoryResponse Modifier and Type Method Description voidAssetServiceGrpc.AssetServiceStub. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request, io.grpc.stub.StreamObserver<BatchGetAssetsHistoryResponse> responseObserver)Batch gets the update history of assets that overlap a time window.default voidAssetServiceGrpc.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.
-