Interface ListRelatedAccountGroupsResponseOrBuilder

    • Method Detail

      • getRelatedAccountGroupsList

        List<RelatedAccountGroup> getRelatedAccountGroupsList()
         The groups of related accounts listed by the query.
         
        repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
      • getRelatedAccountGroups

        RelatedAccountGroup getRelatedAccountGroups​(int index)
         The groups of related accounts listed by the query.
         
        repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
      • getRelatedAccountGroupsCount

        int getRelatedAccountGroupsCount()
         The groups of related accounts listed by the query.
         
        repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
      • getRelatedAccountGroupsOrBuilderList

        List<? extends RelatedAccountGroupOrBuilder> getRelatedAccountGroupsOrBuilderList()
         The groups of related accounts listed by the query.
         
        repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
      • getRelatedAccountGroupsOrBuilder

        RelatedAccountGroupOrBuilder getRelatedAccountGroupsOrBuilder​(int index)
         The groups of related accounts listed by the query.
         
        repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 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.