Interface CreateNotificationRequestOrBuilder (2.18.0)

public interface CreateNotificationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotification()

public abstract Notification getNotification()

Required. Properties of the notification to be inserted.

.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the notification field is set.