class Google::Apis::ServicedirectoryV1beta1::ResolveServiceResponse

The response message for LookupService.ResolveService.

Attributes

service[RW]

An individual service. A service contains a name and optional metadata. A service must exist before endpoints can be added to it. Corresponds to the JSON property `service` @return [Google::Apis::ServicedirectoryV1beta1::Service]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicedirectory_v1beta1/classes.rb, line 617
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicedirectory_v1beta1/classes.rb, line 622
def update!(**args)
  @service = args[:service] if args.key?(:service)
end