Interface DeleteCssProductInputRequestOrBuilder (0.1.0)

public interface DeleteCssProductInputRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getSupplementalFeedId()

public abstract long 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.

optional int64 supplemental_feed_id = 2;

Returns
TypeDescription
long

The supplementalFeedId.

hasSupplementalFeedId()

public abstract boolean hasSupplementalFeedId()

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.

optional int64 supplemental_feed_id = 2;

Returns
TypeDescription
boolean

Whether the supplementalFeedId field is set.