Enum google_api_proto::google::cloud::retail::v2beta::product::Expiration
source · pub enum Expiration {
ExpireTime(Timestamp),
Ttl(Duration),
}
Variants§
ExpireTime(Timestamp)
Note that this field is applied in the following ways:
-
If the [Product][google.cloud.retail.v2beta.Product] is already expired when it is uploaded, this product is not indexed for search.
-
If the [Product][google.cloud.retail.v2beta.Product] is not expired when it is uploaded, only the [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY]’s and [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION]’s expireTime is respected, and [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT]’s expireTime is not used.
In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.
[expire_time][google.cloud.retail.v2beta.Product.expire_time] must be later than [available_time][google.cloud.retail.v2beta.Product.available_time] and [publish_time][google.cloud.retail.v2beta.Product.publish_time], otherwise an INVALID_ARGUMENT error is thrown.
Corresponding properties: Google Merchant Center property expiration_date.
Ttl(Duration)
Input only. The TTL (time to live) of the product. Note that this is only applicable to [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] and [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION], and ignored for [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT]. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.
If it is set, it must be a non-negative value, and [expire_time][google.cloud.retail.v2beta.Product.expire_time] is set as current timestamp plus [ttl][google.cloud.retail.v2beta.Product.ttl]. The derived [expire_time][google.cloud.retail.v2beta.Product.expire_time] is returned in the output and [ttl][google.cloud.retail.v2beta.Product.ttl] is left blank when retrieving the [Product][google.cloud.retail.v2beta.Product].
If it is set, the product is not available for [SearchService.Search][google.cloud.retail.v2beta.SearchService.Search] after current timestamp plus [ttl][google.cloud.retail.v2beta.Product.ttl]. However, the product can still be retrieved by [ProductService.GetProduct][google.cloud.retail.v2beta.ProductService.GetProduct] and [ProductService.ListProducts][google.cloud.retail.v2beta.ProductService.ListProducts].
Implementations§
source§impl Expiration
impl Expiration
sourcepub fn merge(
field: &mut Option<Expiration>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<Expiration>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for Expiration
impl Clone for Expiration
source§fn clone(&self) -> Expiration
fn clone(&self) -> Expiration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for Expiration
impl Debug for Expiration
source§impl PartialEq for Expiration
impl PartialEq for Expiration
source§fn eq(&self, other: &Expiration) -> bool
fn eq(&self, other: &Expiration) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for Expiration
impl StructuralPartialEq for Expiration
Auto Trait Implementations§
impl Freeze for Expiration
impl RefUnwindSafe for Expiration
impl Send for Expiration
impl Sync for Expiration
impl Unpin for Expiration
impl UnwindSafe for Expiration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request