Class: Google::Cloud::ServiceDirectory::V1beta1::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1beta1::UpdateServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb
Overview
The request message for RegistrationService.UpdateService.
Instance Attribute Summary collapse
-
#service ⇒ ::Google::Cloud::ServiceDirectory::V1beta1::Service
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#service ⇒ ::Google::Cloud::ServiceDirectory::V1beta1::Service
Returns Required. The updated service.
277 278 279 280 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 277 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.
277 278 279 280 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 277 class UpdateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |