Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Definição de proto
// Represents a fare with a breakdown of the different amounts that compose its// total price.messageFare{// Message to represent a fare breakdown.messageLineItem{// The line item type is used to provide a breakdown of the fare for display// to the user. If additional line item types are required please reach out// to the Google Transport team.enumLineItemType{BASE_FARE=1;SERVICE_CHARGE=2;TAXES=3;}LineItemTypeline_item_type=1;.google.type.Moneyamount=2;}// Total amount of the fare. This is equal to the sum of all the line items..google.type.Moneytotal_amount=1;// Details about the different parts that constitute the total amount. The// sum of all the line items must be equal to total_amount.repeatedLineItemline_items=2;}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-25 UTC."],[],[]]