Class View

View(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The View resource.

Attributes

NameDescription
name str
Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
display_name str
The human-readable display name of the view.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this view was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The most recent time at which the view was updated.
value str
String with specific view properties.

Inheritance

builtins.object > proto.message.Message > View