public interface UpdateOnlineReturnPolicyRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOnlineReturnPolicy()
public abstract OnlineReturnPolicy getOnlineReturnPolicy()
Required. The online return policy to update.
The online return policy's name
field is used to identify the
online return policy to be updated.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OnlineReturnPolicy |
The onlineReturnPolicy. |
getOnlineReturnPolicyOrBuilder()
public abstract OnlineReturnPolicyOrBuilder getOnlineReturnPolicyOrBuilder()
Required. The online return policy to update.
The online return policy's name
field is used to identify the
online return policy to be updated.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OnlineReturnPolicyOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
accept_defective_only
accept_exchange
item_conditions
policy
process_refund_days
restocking_fee
return_methods
return_policy_uri
return_shipping_fee
.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.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
accept_defective_only
accept_exchange
item_conditions
policy
process_refund_days
restocking_fee
return_methods
return_policy_uri
return_shipping_fee
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasOnlineReturnPolicy()
public abstract boolean hasOnlineReturnPolicy()
Required. The online return policy to update.
The online return policy's name
field is used to identify the
online return policy to be updated.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the onlineReturnPolicy field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
accept_defective_only
accept_exchange
item_conditions
policy
process_refund_days
restocking_fee
return_methods
return_policy_uri
return_shipping_fee
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |