public interface CreateNotificationConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
getNotificationConfig()
Required.
|
NotificationConfigOrBuilder |
getNotificationConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasNotificationConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getParent()
Required. The bucket to which this NotificationConfig belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The bucket to which this NotificationConfig belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNotificationConfig()
Required. Properties of the NotificationConfig to be inserted.
.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];
NotificationConfig getNotificationConfig()
Required. Properties of the NotificationConfig to be inserted.
.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];
NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Required. Properties of the NotificationConfig to be inserted.
.google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.