Uses of Class
com.google.cloud.asset.v1p2beta1.TimeWindow
-
Packages that use TimeWindow Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset API -
-
Uses of TimeWindow in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 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
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.v1p2beta1 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.v1p2beta1 with parameters of type TimeWindow Modifier and Type Method Description TimeWindow.Builder
TimeWindow.Builder. mergeFrom(TimeWindow other)
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)
TemporalAsset.Builder
TemporalAsset.Builder. setWindow(TimeWindow value)
The time window when the asset data and state was observed.
-