Interface ListMuteConfigsResponseOrBuilder

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

    public interface ListMuteConfigsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMuteConfigsList

        List<MuteConfig> getMuteConfigsList()
         The mute configs from the specified parent.
         
        repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
      • getMuteConfigs

        MuteConfig getMuteConfigs​(int index)
         The mute configs from the specified parent.
         
        repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
      • getMuteConfigsCount

        int getMuteConfigsCount()
         The mute configs from the specified parent.
         
        repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
      • getMuteConfigsOrBuilderList

        List<? extends MuteConfigOrBuilder> getMuteConfigsOrBuilderList()
         The mute configs from the specified parent.
         
        repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
      • getMuteConfigsOrBuilder

        MuteConfigOrBuilder getMuteConfigsOrBuilder​(int index)
         The mute configs from the specified parent.
         
        repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.