chromium/chrome/test/data/android/feed/basic_templates.gcl.textpb

initial_response {
  [search.now.wire.feed.FeedResponse.feed_response] {
    data_operation {
      operation: CLEAR_ALL
    }
    data_operation {
      operation: UPDATE_OR_APPEND
      metadata {
        content_id {
          content_domain: "piet-shared-state"
          id: 1
          table: "piet-shared-state"
        }
      }
      piet_shared_state {
        templates {
          template_id: "story-content-template"
          element {
            element_list {
              contents {
                element {
                  text_element {
                    parameterized_text_binding {
                      binding_id: "title-binding"
                    }
                  }
                  style_references {
                    style_ids: "title"
                  }
                }
              }
              contents {
                element {
                  text_element {
                    parameterized_text_binding {
                      binding_id: "subtitle-binding"
                    }
                  }
                  style_references {
                    style_ids: "subtitle"
                  }
                }
              }
            }
          }
          stylesheets {
            stylesheets {
              styles {
                style_id: "title"
                color: 4294901760
              }
              styles {
                style_id: "subtitle"
                color: 4278190335
              }
            }
          }
        }
      }
    }
    data_operation {
      operation: UPDATE_OR_APPEND
      metadata {
        content_id {
          content_domain: "root"
          id: 0
          table: "FEATURE"
        }
      }
      feature {
        renderable_unit: STREAM
      }
    }
    data_operation {
      operation: UPDATE_OR_APPEND
      metadata {
        content_id {
          content_domain: "hello-world"
          id: 1
          table: "feature"
        }
      }
      feature {
        parent_id {
          content_domain: "root"
          id: 0
          table: "FEATURE"
        }
        renderable_unit: CARD
        [search.now.ui.stream.Card.card_extension] {
          [search.now.ui.stream.SwipeActionExtension.swipe_action_extension] {
            swipe_action {
              [search.now.ui.action.FeedAction.feed_action_extension] {
                metadata {
                  type: DISMISS_LOCAL
                  dismiss_data {
                    content_id {
                      content_domain: "hello-world"
                      id: 1
                      table: "feature"
                    }
                    data_operations {
                      operation: REMOVE
                      metadata {
                        content_id {
                          content_domain: "root"
                          id: 0
                          table: "FEATURE"
                        }
                      }
                      feature {
                        parent_id {
                          content_domain: "root"
                          id: 0
                          table: "FEATURE"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    data_operation {
      operation: UPDATE_OR_APPEND
      metadata {
        content_id {
          content_domain: "hello-world"
          id: 10
          table: "feature"
        }
      }
      feature {
        parent_id {
          content_domain: "hello-world"
          id: 1
          table: "feature"
        }
        renderable_unit: CONTENT
        [search.now.ui.stream.Content.content_extension] {
          type: PIET
          [search.now.ui.stream.PietContent.piet_content_extension] {
            piet_shared_states {
              content_domain: "piet-shared-state"
              id: 1
              table: "piet-shared-state"
            }
            frame {
              contents {
                template_invocation {
                  template_id: "story-content-template"
                  binding_contexts {
                    binding_values {
                      binding_id: "title-binding"
                      parameterized_text {
                        text: "Hello, World!"
                      }
                    }
                    binding_values {
                      binding_id: "subtitle-binding"
                      parameterized_text {
                        text: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}