Retail V2 API - Class Google::Cloud::Retail::V2::PurgeProductsResponse (v0.21.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::PurgeProductsResponse.

Response of the PurgeProductsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#purge_count

def purge_count() -> ::Integer
Returns
  • (::Integer) — The total count of products purged as a result of the operation.

#purge_count=

def purge_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total count of products purged as a result of the operation.
Returns
  • (::Integer) — The total count of products purged as a result of the operation.

#purge_sample

def purge_sample() -> ::Array<::String>
Returns
  • (::Array<::String>) — A sample of the product names that will be deleted. Only populated if force is set to false. A max of 100 names will be returned and the names are chosen at random.

#purge_sample=

def purge_sample=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A sample of the product names that will be deleted. Only populated if force is set to false. A max of 100 names will be returned and the names are chosen at random.
Returns
  • (::Array<::String>) — A sample of the product names that will be deleted. Only populated if force is set to false. A max of 100 names will be returned and the names are chosen at random.