Class: Google::Cloud::AgentRegistry::V1::Service::EndpointSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AgentRegistry::V1::Service::EndpointSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/agentregistry/v1/service.rb
Overview
The spec of the endpoint.
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#content ⇒ ::Google::Protobuf::Struct
Optional.
-
#type ⇒ ::Google::Cloud::AgentRegistry::V1::Service::EndpointSpec::Type
Required.
Instance Attribute Details
#content ⇒ ::Google::Protobuf::Struct
Returns Optional. The content of the endpoint spec. Reserved for future use.
138 139 140 141 142 143 144 145 146 147 148 149 150 |
# File 'proto_docs/google/cloud/agentregistry/v1/service.rb', line 138 class EndpointSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the endpoint spec. module Type # Unspecified type. TYPE_UNSPECIFIED = 0 # There is no spec for the Endpoint. The `content` field must be empty. NO_SPEC = 1 end end |
#type ⇒ ::Google::Cloud::AgentRegistry::V1::Service::EndpointSpec::Type
Returns Required. The type of the endpoint spec content.
138 139 140 141 142 143 144 145 146 147 148 149 150 |
# File 'proto_docs/google/cloud/agentregistry/v1/service.rb', line 138 class EndpointSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the endpoint spec. module Type # Unspecified type. TYPE_UNSPECIFIED = 0 # There is no spec for the Endpoint. The `content` field must be empty. NO_SPEC = 1 end end |