public interface CreateConversionSourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversionSource()
public abstract ConversionSource getConversionSource()Required. The conversion source description. A new ID will be automatically assigned to it upon creation.
.google.shopping.merchant.conversions.v1beta.ConversionSource conversion_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversionSource |
The conversionSource. |
getConversionSourceOrBuilder()
public abstract ConversionSourceOrBuilder getConversionSourceOrBuilder()Required. The conversion source description. A new ID will be automatically assigned to it upon creation.
.google.shopping.merchant.conversions.v1beta.ConversionSource conversion_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversionSourceOrBuilder |
|
getParent()
public abstract String getParent()Required. The merchant account that will own the new conversion source. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The merchant account that will own the new conversion source. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasConversionSource()
public abstract boolean hasConversionSource()Required. The conversion source description. A new ID will be automatically assigned to it upon creation.
.google.shopping.merchant.conversions.v1beta.ConversionSource conversion_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversionSource field is set. |