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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSavedReportUrl()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.ByteStringgetSavedReportUrlBytes()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.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.
-
-