public interface DeleteProductInputRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataSource()
public abstract String getDataSource() Required. The primary or supplemental data source from which the product
input should be deleted. Format:
accounts/{account}/dataSources/{datasource}. For example,
accounts/123456/dataSources/104628.
string data_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dataSource. |
getDataSourceBytes()
public abstract ByteString getDataSourceBytes() Required. The primary or supplemental data source from which the product
input should be deleted. Format:
accounts/{account}/dataSources/{datasource}. For example,
accounts/123456/dataSources/104628.
string data_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataSource. |
getName()
public abstract String getName() Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section product consists of 4 parts:
channel~content_language~feed_label~offer_id
example for product name is
accounts/123/productInputs/online~en~US~sku123.
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 product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section product consists of 4 parts:
channel~content_language~feed_label~offer_id
example for product name is
accounts/123/productInputs/online~en~US~sku123.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |