Interface ListInspectTemplatesResponseOrBuilder

    • Method Detail

      • getInspectTemplatesList

        List<InspectTemplate> getInspectTemplatesList()
         List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
      • getInspectTemplates

        InspectTemplate getInspectTemplates​(int index)
         List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
      • getInspectTemplatesCount

        int getInspectTemplatesCount()
         List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
      • getInspectTemplatesOrBuilderList

        List<? extends InspectTemplateOrBuilder> getInspectTemplatesOrBuilderList()
         List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
      • getInspectTemplatesOrBuilder

        InspectTemplateOrBuilder getInspectTemplatesOrBuilder​(int index)
         List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
         
        repeated .google.privacy.dlp.v2.InspectTemplate inspect_templates = 1;
      • getNextPageToken

        String getNextPageToken()
         If the next page is available then the next page token to be used
         in following ListInspectTemplates 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 ListInspectTemplates request.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.