Interface CreateNotificationChannelRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container into which the channel will be
         written, this does not name the newly created channel. The resulting
         channel's name will have a normalized version of this field as a prefix,
         but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
         
        string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
         to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
        
         This names the container into which the channel will be
         written, this does not name the newly created channel. The resulting
         channel's name will have a normalized version of this field as a prefix,
         but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
         
        string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • hasNotificationChannel

        boolean hasNotificationChannel()
         Required. The definition of the `NotificationChannel` to create.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the notificationChannel field is set.
      • getNotificationChannel

        NotificationChannel getNotificationChannel()
         Required. The definition of the `NotificationChannel` to create.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The notificationChannel.
      • getNotificationChannelOrBuilder

        NotificationChannelOrBuilder getNotificationChannelOrBuilder()
         Required. The definition of the `NotificationChannel` to create.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 2 [(.google.api.field_behavior) = REQUIRED];