public interface CreateNotificationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNotification()
public abstract Notification getNotification()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Notification |
The notification. |
getNotificationOrBuilder()
public abstract NotificationOrBuilder getNotificationOrBuilder()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
NotificationOrBuilder |
getParent()
public abstract String getParent()
Required. The bucket to which this notification belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The bucket to which this notification belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString |
The bytes for parent. |
hasNotification()
public abstract boolean hasNotification()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean |
Whether the notification field is set. |