aggregateFlags = $aggregateFlags; } /** * @return LogsSemanticInterpretationIntentQueryLinkKindFlags */ public function getAggregateFlags() { return $this->aggregateFlags; } /** * @param LogsSemanticInterpretationIntentQueryLinkKindInfo[] */ public function setKindInfo($kindInfo) { $this->kindInfo = $kindInfo; } /** * @return LogsSemanticInterpretationIntentQueryLinkKindInfo[] */ public function getKindInfo() { return $this->kindInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogsSemanticInterpretationIntentQueryEntityLinkMetadata::class, 'Google_Service_Contentwarehouse_LogsSemanticInterpretationIntentQueryEntityLinkMetadata');