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}
↳ 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}
string
setName
Required. The name of the CSS product input resource to delete.
Format: accounts/{account}/cssProductInputs/{css_product_input}
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} Please see Google\Shopping\Css\V1\CssProductInputsServiceClient::cssProductInputName() for help formatting this field.