Reference documentation and code samples for the Service Directory V1 API class Google::Cloud::ServiceDirectory::V1::UpdateServiceRequest.
The request message for RegistrationService.UpdateService.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service
def service() -> ::Google::Cloud::ServiceDirectory::V1::Service
Returns
- (::Google::Cloud::ServiceDirectory::V1::Service) — Required. The updated service.
#service=
def service=(value) -> ::Google::Cloud::ServiceDirectory::V1::Service
Parameter
- value (::Google::Cloud::ServiceDirectory::V1::Service) — Required. The updated service.
Returns
- (::Google::Cloud::ServiceDirectory::V1::Service) — Required. The updated service.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.
Returns
- (::Google::Protobuf::FieldMask) — Required. List of fields to be updated in this request.