Uses of Class
com.google.cloud.asset.v1.TimeWindow
-
Packages that use TimeWindow Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of TimeWindow in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return TimeWindow Modifier and Type Method Description TimeWindow
TimeWindow.Builder. build()
TimeWindow
TimeWindow.Builder. buildPartial()
static TimeWindow
TimeWindow. getDefaultInstance()
TimeWindow
TimeWindow.Builder. getDefaultInstanceForType()
TimeWindow
TimeWindow. getDefaultInstanceForType()
TimeWindow
BatchGetAssetsHistoryRequest.Builder. getReadTimeWindow()
Optional.TimeWindow
BatchGetAssetsHistoryRequest. getReadTimeWindow()
Optional.TimeWindow
BatchGetAssetsHistoryRequestOrBuilder. getReadTimeWindow()
Optional.TimeWindow
QueryAssetsRequest.Builder. getReadTimeWindow()
Optional.TimeWindow
QueryAssetsRequest. getReadTimeWindow()
Optional.TimeWindow
QueryAssetsRequestOrBuilder. getReadTimeWindow()
Optional.TimeWindow
TemporalAsset.Builder. getWindow()
The time window when the asset data and state was observed.TimeWindow
TemporalAsset. getWindow()
The time window when the asset data and state was observed.TimeWindow
TemporalAssetOrBuilder. getWindow()
The time window when the asset data and state was observed.static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input)
static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(byte[] data)
static TimeWindow
TimeWindow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(InputStream input)
static TimeWindow
TimeWindow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type TimeWindow Modifier and Type Method Description com.google.protobuf.Parser<TimeWindow>
TimeWindow. getParserForType()
static com.google.protobuf.Parser<TimeWindow>
TimeWindow. parser()
Methods in com.google.cloud.asset.v1 with parameters of type TimeWindow Modifier and Type Method Description TimeWindow.Builder
TimeWindow.Builder. mergeFrom(TimeWindow other)
BatchGetAssetsHistoryRequest.Builder
BatchGetAssetsHistoryRequest.Builder. mergeReadTimeWindow(TimeWindow value)
Optional.QueryAssetsRequest.Builder
QueryAssetsRequest.Builder. mergeReadTimeWindow(TimeWindow value)
Optional.TemporalAsset.Builder
TemporalAsset.Builder. mergeWindow(TimeWindow value)
The time window when the asset data and state was observed.static TimeWindow.Builder
TimeWindow. newBuilder(TimeWindow prototype)
BatchGetAssetsHistoryRequest.Builder
BatchGetAssetsHistoryRequest.Builder. setReadTimeWindow(TimeWindow value)
Optional.QueryAssetsRequest.Builder
QueryAssetsRequest.Builder. setReadTimeWindow(TimeWindow value)
Optional.TemporalAsset.Builder
TemporalAsset.Builder. setWindow(TimeWindow value)
The time window when the asset data and state was observed.
-