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 BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest.Builder. build()
BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest.Builder. buildPartial()
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. getDefaultInstance()
BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest.Builder. getDefaultInstanceForType()
BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. getDefaultInstanceForType()
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseDelimitedFrom(InputStream input)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(byte[] data)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(InputStream input)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. parseFrom(ByteBuffer data)
static BatchGetAssetsHistoryRequest
BatchGetAssetsHistoryRequest. 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 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.com.google.common.util.concurrent.ListenableFuture<BatchGetAssetsHistoryResponse>
AssetServiceGrpc.AssetServiceFutureStub. batchGetAssetsHistory(BatchGetAssetsHistoryRequest request)
Batch gets the update history of assets that overlap a time window.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.BatchGetAssetsHistoryRequest.Builder
BatchGetAssetsHistoryRequest.Builder. mergeFrom(BatchGetAssetsHistoryRequest other)
static BatchGetAssetsHistoryRequest.Builder
BatchGetAssetsHistoryRequest. 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.
-