public interface CreateNotificationConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the notificationConfig field is set. |