Uses of Class
com.google.cloud.asset.v1.BatchGetAssetsHistoryRequest
-
Packages that use BatchGetAssetsHistoryRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of BatchGetAssetsHistoryRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return BatchGetAssetsHistoryRequest Modifier and Type Method Description BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest.Builder. build()BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest.Builder. buildPartial()static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. getDefaultInstance()BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest.Builder. getDefaultInstanceForType()BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. getDefaultInstanceForType()static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseDelimitedFrom(InputStream input)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(byte[] data)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.ByteString data)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(InputStream input)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(ByteBuffer data)static BatchGetAssetsHistoryRequestBatchGetAssetsHistoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type BatchGetAssetsHistoryRequest Modifier and Type Method Description 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<BatchGetAssetsHistoryRequest>BatchGetAssetsHistoryRequest. getParserForType()static com.google.protobuf.Parser<BatchGetAssetsHistoryRequest>BatchGetAssetsHistoryRequest. parser()Methods in com.google.cloud.asset.v1 with parameters of type BatchGetAssetsHistoryRequest 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.com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse>AssetServiceGrpc.AssetServiceFutureStub. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)Batch gets the update history of assets that overlap a time window.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.BatchGetAssetsHistoryRequest.BuilderBatchGetAssetsHistoryRequest.Builder. mergeFrom(BatchGetAssetsHistoryRequest other)static BatchGetAssetsHistoryRequest.BuilderBatchGetAssetsHistoryRequest. newBuilder(BatchGetAssetsHistoryRequest prototype) -
Uses of BatchGetAssetsHistoryRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type BatchGetAssetsHistoryRequest 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.
-