Interface ListDeidentifyTemplatesResponseOrBuilder

    • Method Detail

      • getDeidentifyTemplatesList

        List<DeidentifyTemplate> getDeidentifyTemplatesList()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplates

        DeidentifyTemplate getDeidentifyTemplates​(int index)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplatesCount

        int getDeidentifyTemplatesCount()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplatesOrBuilderList

        List<? extends DeidentifyTemplateOrBuilder> getDeidentifyTemplatesOrBuilderList()
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getDeidentifyTemplatesOrBuilder

        DeidentifyTemplateOrBuilder getDeidentifyTemplatesOrBuilder​(int index)
         List of deidentify templates, up to page_size in
         ListDeidentifyTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.DeidentifyTemplate deidentify_templates = 1;
      • getNextPageToken

        String getNextPageToken()
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         If the next page is available then the next page token to be used
         in following ListDeidentifyTemplates request.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.