Interface GenerateInsightsFinderReportResponseOrBuilder

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

public interface GenerateInsightsFinderReportResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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 Details

    • getSavedReportUrl

      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.