Class: Google::Cloud::Monitoring::V3::UpdateServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service_service.rb

Overview

The UpdateService request.

Instance Attribute Summary collapse

Instance Attribute Details

#service::Google::Cloud::Monitoring::V3::Service

Returns Required. The Service to draw updates from. The given name specifies the resource to update.

Returns:



120
121
122
123
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 120

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

#update_mask::Google::Protobuf::FieldMask

Returns A set of field paths defining which fields to use for the update.

Returns:



120
121
122
123
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 120

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