Interface GenerateInsightsFinderReportResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSavedReportUrl()
      An HTTPS URL providing a deep link into the Insights Finder UI with the report inputs filled in according to the request.
      com.google.protobuf.ByteString getSavedReportUrlBytes()
      An HTTPS URL providing a deep link into the Insights Finder UI with the report inputs filled in according to the request.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSavedReportUrl

        java.lang.String getSavedReportUrl()
         An HTTPS URL providing a deep link into the Insights Finder UI with the
         report inputs filled in according to the request.
         
        string saved_report_url = 1;
        Returns:
        The savedReportUrl.
      • getSavedReportUrlBytes

        com.google.protobuf.ByteString getSavedReportUrlBytes()
         An HTTPS URL providing a deep link into the Insights Finder UI with the
         report inputs filled in according to the request.
         
        string saved_report_url = 1;
        Returns:
        The bytes for savedReportUrl.