FileView(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a specific alternate version or "view" of a file object, such as a summary, a thumbnail, a translated version, etc.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
image_characteristics |
google.cloud.discoveryengine_v1alpha.types.ImageCharacteristics
Output only. Characteristics of an image media view. This field is a member of oneof _ characteristics .
|
video_characteristics |
google.cloud.discoveryengine_v1alpha.types.VideoCharacteristics
Output only. Characteristics of a video media view. This field is a member of oneof _ characteristics .
|
file_characteristics |
google.cloud.discoveryengine_v1alpha.types.FileCharacteristics
Output only. Characteristics of other file types. This field is a member of oneof _ characteristics .
|
view_id |
str
Output only. Globally Unique id for this specific view. |
uri |
str
Output only. The URI to access this media view. |
mime_type |
str
Output only. MIME type (e.g., "image/jpeg", "image/png", "text/plain", "video/mp4") |
byte_size |
int
Output only. The size of the view in bytes. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the view was created. |