Class: Google::Analytics::Admin::V1alpha::UpdateCalculatedMetricRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for UpdateCalculatedMetric RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_metric::Google::Analytics::Admin::V1alpha::CalculatedMetric

Returns Required. The CalculatedMetric to update.

Returns:



1357
1358
1359
1360
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1357

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. The list of fields to be updated. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.



1357
1358
1359
1360
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1357

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