public interface CreateNotificationSubscriptionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNotificationSubscription()
public abstract NotificationSubscription getNotificationSubscription()
Required. The notification subscription to create.
.google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
NotificationSubscription |
The notificationSubscription. |
getNotificationSubscriptionOrBuilder()
public abstract NotificationSubscriptionOrBuilder getNotificationSubscriptionOrBuilder()
Required. The notification subscription to create.
.google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
NotificationSubscriptionOrBuilder |
getParent()
public abstract String getParent()
Required. The merchant account that owns the new notification subscription.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The merchant account that owns the new notification subscription.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasNotificationSubscription()
public abstract boolean hasNotificationSubscription()
Required. The notification subscription to create.
.google.shopping.merchant.notifications.v1beta.NotificationSubscription notification_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the notificationSubscription field is set. |