Interface ListNotificationChannelDescriptorsResponseOrBuilder

    • Method Detail

      • getChannelDescriptorsList

        List<NotificationChannelDescriptor> getChannelDescriptorsList()
         The monitored resource descriptors supported for the specified
         project, optionally filtered.
         
        repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
      • getChannelDescriptors

        NotificationChannelDescriptor getChannelDescriptors​(int index)
         The monitored resource descriptors supported for the specified
         project, optionally filtered.
         
        repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
      • getChannelDescriptorsCount

        int getChannelDescriptorsCount()
         The monitored resource descriptors supported for the specified
         project, optionally filtered.
         
        repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
      • getChannelDescriptorsOrBuilderList

        List<? extends NotificationChannelDescriptorOrBuilder> getChannelDescriptorsOrBuilderList()
         The monitored resource descriptors supported for the specified
         project, optionally filtered.
         
        repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
      • getChannelDescriptorsOrBuilder

        NotificationChannelDescriptorOrBuilder getChannelDescriptorsOrBuilder​(int index)
         The monitored resource descriptors supported for the specified
         project, optionally filtered.
         
        repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
      • getNextPageToken

        String getNextPageToken()
         If not empty, indicates that there may be more results that match
         the request. Use the value in the `page_token` field in a
         subsequent request to fetch the next set of results. If empty,
         all results have been returned.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         If not empty, indicates that there may be more results that match
         the request. Use the value in the `page_token` field in a
         subsequent request to fetch the next set of results. If empty,
         all results have been returned.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.