Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::Endpoint.
Represents an Endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Struct}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::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.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time.
#description
def description() -> ::String
Returns
- (::String) — Output only. Description of an Endpoint.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Display name for the Endpoint.
#endpoint_id
def endpoint_id() -> ::String
Returns
- (::String) — Output only. A stable, globally unique identifier for Endpoint.
#interfaces
def interfaces() -> ::Array<::Google::Cloud::AgentRegistry::V1::Interface>
Returns
- (::Array<::Google::Cloud::AgentRegistry::V1::Interface>) — Required. The connection details for the Endpoint.
#interfaces=
def interfaces=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::Interface>
Parameter
- value (::Array<::Google::Cloud::AgentRegistry::V1::Interface>) — Required. The connection details for the Endpoint.
Returns
- (::Array<::Google::Cloud::AgentRegistry::V1::Interface>) — Required. The connection details for the Endpoint.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The resource name of the Endpoint.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The resource name of the Endpoint.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
Returns
-
(::String) — Identifier. The resource name of the Endpoint.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Update time.