Interface CreateNotificationConfigRequestOrBuilder (2.36.1)

public interface CreateNotificationConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotificationConfig()

public abstract NotificationConfig getNotificationConfig()

Required. Properties of the NotificationConfig to be inserted.

.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NotificationConfig

The notificationConfig.

getNotificationConfigOrBuilder()

public abstract NotificationConfigOrBuilder getNotificationConfigOrBuilder()

Required. Properties of the NotificationConfig to be inserted.

.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NotificationConfigOrBuilder

getParent()

public abstract String getParent()

Required. The bucket to which this NotificationConfig 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 NotificationConfig belongs.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasNotificationConfig()

public abstract boolean hasNotificationConfig()

Required. Properties of the NotificationConfig to be inserted.

.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the notificationConfig field is set.