google-analytics-admin-v1alpha 0.36.0 → 0.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -541,6 +541,20 @@ module Google
541
541
  "properties/#{property}/reportingDataAnnotations/#{reporting_data_annotation}"
542
542
  end
543
543
 
544
+ ##
545
+ # Create a fully-qualified ReportingIdentitySettings resource string.
546
+ #
547
+ # The resource will be in the following format:
548
+ #
549
+ # `properties/{property}/reportingIdentitySettings`
550
+ #
551
+ # @param property [String]
552
+ #
553
+ # @return [::String]
554
+ def reporting_identity_settings_path property:
555
+ "properties/#{property}/reportingIdentitySettings"
556
+ end
557
+
544
558
  ##
545
559
  # Create a fully-qualified RollupPropertySourceLink resource string.
546
560
  #