Interface ListNotificationConfigsResponseOrBuilder

    • Method Detail

      • getNotificationConfigsList

        List<NotificationConfig> getNotificationConfigsList()
         Notification configs belonging to the requested parent.
         
        repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
      • getNotificationConfigs

        NotificationConfig getNotificationConfigs​(int index)
         Notification configs belonging to the requested parent.
         
        repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
      • getNotificationConfigsCount

        int getNotificationConfigsCount()
         Notification configs belonging to the requested parent.
         
        repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
      • getNotificationConfigsOrBuilderList

        List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
         Notification configs belonging to the requested parent.
         
        repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
      • getNotificationConfigsOrBuilder

        NotificationConfigOrBuilder getNotificationConfigsOrBuilder​(int index)
         Notification configs belonging to the requested parent.
         
        repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.