Reference documentation and code samples for the Google Shopping Css V1 Client class DeleteCssProductInputRequest.
Request message for the DeleteCssProductInput method.
Generated from protobuf message google.shopping.css.v1.DeleteCssProductInputRequest
Namespace
Google \ Shopping \ Css \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}, where the last section css_product_input
consists of 3 parts: contentLanguage~feedLabel~offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123
↳ supplemental_feed_id
int|string
The Content API Supplemental Feed ID. The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.
getName
Required. The name of the CSS product input resource to delete.
Format: accounts/{account}/cssProductInputs/{css_product_input}, where the
last section css_product_input
consists of 3 parts:
contentLanguage~feedLabel~offerId. Example:
accounts/123/cssProductInputs/de~DE~rawProvidedId123
string
setName
Required. The name of the CSS product input resource to delete.
Format: accounts/{account}/cssProductInputs/{css_product_input}, where the
last section css_product_input
consists of 3 parts:
contentLanguage~feedLabel~offerId. Example:
accounts/123/cssProductInputs/de~DE~rawProvidedId123
var
string
$this
getSupplementalFeedId
The Content API Supplemental Feed ID.
The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.
int|string
hasSupplementalFeedId
clearSupplementalFeedId
setSupplementalFeedId
The Content API Supplemental Feed ID.
The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.
var
int|string
$this
static::build
name
string
Required. The name of the CSS product input resource to delete.
Format: accounts/{account}/cssProductInputs/{css_product_input}, where the
last section css_product_input
consists of 3 parts:
contentLanguage~feedLabel~offerId. Example:
accounts/123/cssProductInputs/de~DE~rawProvidedId123
Please see CssProductInputsServiceClient::cssProductInputName()
for help formatting this field.