google-analytics-admin-v1alpha 0.36.1 → 0.38.1
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.
- checksums.yaml +4 -4
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_pb.rb +2 -12
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb +133 -549
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_service/paths.rb +14 -0
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/client.rb +106 -552
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/service_stub.rb +61 -359
 - data/lib/google/analytics/admin/v1alpha/analytics_admin_services_pb.rb +5 -25
 - data/lib/google/analytics/admin/v1alpha/resources_pb.rb +3 -2
 - data/lib/google/analytics/admin/v1alpha/version.rb +1 -1
 - data/proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb +28 -132
 - data/proto_docs/google/analytics/admin/v1alpha/resources.rb +73 -49
 - metadata +3 -3
 
| 
         @@ -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 
     | 
    
         
             
                        #
         
     |