Class: Google::Cloud::ServiceDirectory::V1::UpdateServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/servicedirectory/v1/registration_service.rb

Overview

The request message for RegistrationService.UpdateService.

Instance Attribute Summary collapse

Instance Attribute Details

#service::Google::Cloud::ServiceDirectory::V1::Service

Returns Required. The updated service.

Returns:



272
273
274
275
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 272

class UpdateServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields to be updated in this request.

Returns:



272
273
274
275
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 272

class UpdateServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end