Class: Google::Cloud::ServiceDirectory::V1::UpdateEndpointRequest

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.UpdateEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::Google::Cloud::ServiceDirectory::V1::Endpoint

Returns Required. The updated endpoint.

Returns:



408
409
410
411
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 408

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.

Returns:



408
409
410
411
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 408

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