Class: Google::Cloud::ServiceDirectory::V1beta1::Service
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1beta1::Service
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1beta1/service.rb
Overview
An individual service. A service contains a name and optional metadata. A service must exist before endpoints can be added to it.
Defined Under Namespace
Classes: MetadataEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#endpoints ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Endpoint>
readonly
Output only.
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Immutable.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the service was created.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#endpoints ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Endpoint> (readonly)
Returns Output only. Endpoints associated with this service. Returned on LookupService.ResolveService. Control plane clients should use RegistrationService.ListEndpoints.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Metadata for the service. This data can be consumed by service clients.
Restrictions:
- The entire metadata dictionary may contain up to 2000 characters, spread accoss all key-value pairs. Metadata that goes beyond this limit are rejected
- Valid metadata keys have two segments: an optional prefix and name, separated by a slash (/). The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots (.), not longer than 253 characters in total, followed by a slash (/). Metadata that fails to meet these requirements are rejected
Note: This field is equivalent to the annotations
field in the v1 API.
They have the same syntax and read/write to the same location in Service
Directory.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Immutable. The resource name for the service in the format
projects/*/locations/*/namespaces/*/services/*
.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uid ⇒ ::String (readonly)
Returns Output only. A globally unique identifier (in UUID4 format) for this service.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the service was last updated. Note: endpoints being created/deleted/updated within the service are not considered service updates for the purpose of this timestamp.
72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/service.rb', line 72 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |