DataAgent(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing a DataAgent object.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| data_analytics_agent | google.cloud.geminidataanalytics_v1beta.types.DataAnalyticsAgentData analytics agent. This field is a member of oneof_type. | 
| name | strOptional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id}{data_agent}is the resource id and should be 63
   characters or less and must match the format described in
   https://google.aip.dev/122#resource-id-segments
   
   Example:projects/1234567890/locations/us-central1/dataAgents/my-agent.
   
   It is recommended to skip setting this field during agent
   creation as it will be inferred automatically and
   overwritten with the {parent}/dataAgents/{data_agent_id}. | 
| display_name | strOptional. User friendly display name. - Must be between 1-256 characters. | 
| description | strOptional. Description of the agent. - Must be between 1-1024 characters. | 
| labels | MutableMapping[str, str]Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the `labels documentation | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the data agent was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the data agent was last updated. | 
| delete_time | google.protobuf.timestamp_pb2.TimestampOutput only. [Output only] The time the data agent was soft deleted. | 
| purge_time | google.protobuf.timestamp_pb2.TimestampOutput only. Timestamp in UTC of when this data agent is considered expired. This is *always* provided on output, regardless of what was sent on input. | 
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |