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_v1alpha.types.DataAnalyticsAgent
Data analytics agent. This field is a member of oneof _ type .
|
name |
str
Optional. Identifier. The unique resource name of a Agent. 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 .
|
display_name |
str
Optional. User friendly display name. - Must be between 1-256 characters. |
description |
str
Optional. Description of the agent. - Must be between 1-1024 characters. |
labels |
MutableMapping[str, str]
Optional. Labels to help users filter related agents. E.g. "sales", "business", "etl", etc. Note labels are only used for filtering and not for policies. See https://cloud.google.com/resource-manager/docs/labels-overview for more details on label usage. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the data agent was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the data agent was last updated. |
delete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] The time the data agent was soft deleted. |
purge_time |
google.protobuf.timestamp_pb2.Timestamp
Output 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 |
dict
Keys 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 |