Interface Recommendation.InsightReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInsight()
      Insight resource name, e.g.
      com.google.protobuf.ByteString getInsightBytes()
      Insight resource name, e.g.
      • 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

      • getInsight

        String getInsight()
         Insight resource name, e.g.
         projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]
         
        string insight = 1;
        Returns:
        The insight.
      • getInsightBytes

        com.google.protobuf.ByteString getInsightBytes()
         Insight resource name, e.g.
         projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]
         
        string insight = 1;
        Returns:
        The bytes for insight.