public interface UpdateAccountRelationshipRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountRelationship()
public abstract AccountRelationship getAccountRelationship()Required. The new version of the account relationship.
.google.shopping.merchant.accounts.v1.AccountRelationship account_relationship = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountRelationship |
The accountRelationship. |
getAccountRelationshipOrBuilder()
public abstract AccountRelationshipOrBuilder getAccountRelationshipOrBuilder()Required. The new version of the account relationship.
.google.shopping.merchant.accounts.v1.AccountRelationship account_relationship = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AccountRelationshipOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
account_id_alias
.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):
account_id_alias
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAccountRelationship()
public abstract boolean hasAccountRelationship()Required. The new version of the account relationship.
.google.shopping.merchant.accounts.v1.AccountRelationship account_relationship = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accountRelationship 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):
account_id_alias
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |