public interface UpdateOnlineReturnPolicyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOnlineReturnPolicy()
public abstract OnlineReturnPolicy getOnlineReturnPolicy()Required. The return policy to update.
.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 return policy to update.
.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OnlineReturnPolicyOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask().google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder().google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasOnlineReturnPolicy()
public abstract boolean hasOnlineReturnPolicy()Required. The return policy to update.
.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().google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |