DocumentMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Document metadata.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
document |
str
Document resource name. This field is a member of oneof _ _document .
|
uri |
str
URI for the document. It may contain a URL that redirects to the actual website. This field is a member of oneof _ _uri .
|
title |
str
Title. This field is a member of oneof _ _title .
|
page_identifier |
str
Page identifier. This field is a member of oneof _ _page_identifier .
|
domain |
str
Domain name from the document URI. Note that the uri
field may contain a URL that redirects to the actual
website, in which case this will contain the domain name of
the target site.
This field is a member of oneof _ _domain .
|