public interface CreateNotificationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Notification |
getNotification()
Required.
|
NotificationOrBuilder |
getNotificationOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasNotification()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The bucket to which this notification belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The bucket to which this notification belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNotification()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
Notification getNotification()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
NotificationOrBuilder getNotificationOrBuilder()
Required. Properties of the notification to be inserted.
.google.storage.v2.Notification notification = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.