Interface CreateNotificationConfigRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateNotificationConfigRequest, CreateNotificationConfigRequest.Builder

public interface CreateNotificationConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      String getParent()
       Required. The bucket to which this NotificationConfig belongs.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • hasNotificationConfig

      boolean hasNotificationConfig()
       Required. Properties of the NotificationConfig to be inserted.
       
      .google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the notificationConfig field is set.
    • getNotificationConfig

      NotificationConfig getNotificationConfig()
       Required. Properties of the NotificationConfig to be inserted.
       
      .google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The notificationConfig.
    • getNotificationConfigOrBuilder

      NotificationConfigOrBuilder getNotificationConfigOrBuilder()
       Required. Properties of the NotificationConfig to be inserted.
       
      .google.storage.v2.NotificationConfig notification_config = 2 [(.google.api.field_behavior) = REQUIRED];