public interface UpdateNotificationSubscriptionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotificationSubscription()
public abstract NotificationSubscription getNotificationSubscription()Required. The new version of the notification subscription that should be updated.
.google.shopping.merchant.notifications.v1.NotificationSubscription notification_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NotificationSubscription |
The notificationSubscription. |
getNotificationSubscriptionOrBuilder()
public abstract NotificationSubscriptionOrBuilder getNotificationSubscriptionOrBuilder()Required. The new version of the notification subscription that should be updated.
.google.shopping.merchant.notifications.v1.NotificationSubscription notification_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NotificationSubscriptionOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()List of fields being updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()List of fields being updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasNotificationSubscription()
public abstract boolean hasNotificationSubscription()Required. The new version of the notification subscription that should be updated.
.google.shopping.merchant.notifications.v1.NotificationSubscription notification_subscription = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notificationSubscription field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()List of fields being updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |