public interface UpdateConversionSourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversionSource()
public abstract ConversionSource getConversionSource()Required. The new version of the conversion source data.
.google.shopping.merchant.conversions.v1.ConversionSource conversion_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversionSource |
The conversionSource. |
getConversionSourceOrBuilder()
public abstract ConversionSourceOrBuilder getConversionSourceOrBuilder()Required. The new version of the conversion source data.
.google.shopping.merchant.conversions.v1.ConversionSource conversion_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConversionSourceOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasConversionSource()
public abstract boolean hasConversionSource()Required. The new version of the conversion source data.
.google.shopping.merchant.conversions.v1.ConversionSource conversion_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversionSource field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. List of fields being updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |