Endpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents an Endpoint.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The resource name of the Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
|
endpoint_id |
str
Output only. A stable, globally unique identifier for Endpoint. |
display_name |
str
Output only. Display name for the Endpoint. |
description |
str
Output only. Description of an Endpoint. |
interfaces |
MutableSequence[google.cloud.agentregistry_v1.types.Interface]
Required. The connection details for the Endpoint. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Create time. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Update time. |
attributes |
MutableMapping[str, google.protobuf.struct_pb2.Struct]
Output only. Attributes of the Endpoint. Valid values: - agentregistry.googleapis.com/system/RuntimeReference:
{"uri": "//..."} - the URI of the underlying resource
hosting the Endpoint, for example, the GKE Deployment.
|
Classes
AttributesEntry
AttributesEntry(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 |