public interface DeleteCssProductInputRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
boolean | 
        Whether the supplementalFeedId field is set.  |