Class: Google::Cloud::ServiceDirectory::V1::UpdateEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::UpdateEndpointRequest
- 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.UpdateEndpoint.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::Google::Cloud::ServiceDirectory::V1::Endpoint
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#endpoint ⇒ ::Google::Cloud::ServiceDirectory::V1::Endpoint
Returns Required. The updated endpoint.
369 370 371 372 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 369 class UpdateEndpointRequest 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.
369 370 371 372 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 369 class UpdateEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |