Class: Google::Cloud::ServiceDirectory::V1::Endpoint
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::Endpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1/endpoint.rb
Overview
An individual endpoint that provides a service. The service must already exist to create an endpoint.
Defined Under Namespace
Classes: AnnotationsEntry
Instance Attribute Summary collapse
-
#address ⇒ ::String
Optional.
-
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Immutable.
-
#network ⇒ ::String
Immutable.
-
#port ⇒ ::Integer
Optional.
-
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#address ⇒ ::String
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#network ⇒ ::String
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#port ⇒ ::Integer
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uid ⇒ ::String (readonly)
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'proto_docs/google/cloud/servicedirectory/v1/endpoint.rb', line 81 class Endpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |