Metadata is a pretty loose concept. The data is modeled as a map here to
indicate that there is no guaranteed structure to the output past a simple
K:V association.
The first use-case is to track words added/removed/changed in generations.
Metadata is a pretty loose concept. The data is modeled as a map here to
indicate that there is no guaranteed structure to the output past a simple
K:V association.
The first use-case is to track words added/removed/changed in generations.
Metadata is a pretty loose concept. The data is modeled as a map here to
indicate that there is no guaranteed structure to the output past a simple
K:V association.
The first use-case is to track words added/removed/changed in generations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface ProductTextGenerationMetadataOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-shopping-merchant-productstudio/latest/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-productstudio/0.10.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-productstudio/0.8.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-productstudio/0.7.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-productstudio/0.4.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-productstudio/0.3.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-productstudio/0.2.0/com.google.shopping.merchant.productstudio.v1alpha.ProductTextGenerationMetadataOrBuilder) \n\n public interface ProductTextGenerationMetadataOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getMetadata()\n\n public abstract Struct getMetadata()\n\nMetadata is a pretty loose concept. The data is modeled as a map here to\nindicate that there is no guaranteed structure to the output past a simple\nK:V association.\nThe first use-case is to track words added/removed/changed in generations.\n\n`.google.protobuf.Struct metadata = 1;`\n\n### getMetadataOrBuilder()\n\n public abstract StructOrBuilder getMetadataOrBuilder()\n\nMetadata is a pretty loose concept. The data is modeled as a map here to\nindicate that there is no guaranteed structure to the output past a simple\nK:V association.\nThe first use-case is to track words added/removed/changed in generations.\n\n`.google.protobuf.Struct metadata = 1;`\n\n### hasMetadata()\n\n public abstract boolean hasMetadata()\n\nMetadata is a pretty loose concept. The data is modeled as a map here to\nindicate that there is no guaranteed structure to the output past a simple\nK:V association.\nThe first use-case is to track words added/removed/changed in generations.\n\n`.google.protobuf.Struct metadata = 1;`"]]