@@ -26,6 +26,111 @@ option java_multiple_files = true;
2626option java_outer_classname = "ResourcesProto" ;
2727option java_package = "com.google.analytics.admin.v1alpha" ;
2828
29+ // Maximum access settings that Firebase user receive on the linked Analytics
30+ // property.
31+ enum MaximumUserAccess {
32+ // Unspecified maximum user access.
33+ MAXIMUM_USER_ACCESS_UNSPECIFIED = 0 ;
34+
35+ // Firebase users have no access to the Analytics property.
36+ NO_ACCESS = 1 ;
37+
38+ // Firebase users have Read & Analyze access to the Analytics property.
39+ READ_AND_ANALYZE = 2 ;
40+
41+ // Firebase users have edit access to the Analytics property, but may not
42+ // manage the Firebase link.
43+ EDITOR_WITHOUT_LINK_MANAGEMENT = 3 ;
44+
45+ // Firebase users have edit access to the Analytics property and may manage
46+ // the Firebase link.
47+ EDITOR_INCLUDING_LINK_MANAGEMENT = 4 ;
48+ }
49+
50+ // The category selected for this property, used for industry benchmarking.
51+ enum IndustryCategory {
52+ // Industry category unspecified
53+ INDUSTRY_CATEGORY_UNSPECIFIED = 0 ;
54+
55+ // Automotive
56+ AUTOMOTIVE = 1 ;
57+
58+ // Business and industrial markets
59+ BUSINESS_AND_INDUSTRIAL_MARKETS = 2 ;
60+
61+ // Finance
62+ FINANCE = 3 ;
63+
64+ // Healthcare
65+ HEALTHCARE = 4 ;
66+
67+ // Technology
68+ TECHNOLOGY = 5 ;
69+
70+ // Travel
71+ TRAVEL = 6 ;
72+
73+ // Other
74+ OTHER = 7 ;
75+
76+ // Arts and entertainment
77+ ARTS_AND_ENTERTAINMENT = 8 ;
78+
79+ // Beauty and fitness
80+ BEAUTY_AND_FITNESS = 9 ;
81+
82+ // Books and literature
83+ BOOKS_AND_LITERATURE = 10 ;
84+
85+ // Food and drink
86+ FOOD_AND_DRINK = 11 ;
87+
88+ // Games
89+ GAMES = 12 ;
90+
91+ // Hobbies and leisure
92+ HOBBIES_AND_LEISURE = 13 ;
93+
94+ // Home and garden
95+ HOME_AND_GARDEN = 14 ;
96+
97+ // Internet and telecom
98+ INTERNET_AND_TELECOM = 15 ;
99+
100+ // Law and government
101+ LAW_AND_GOVERNMENT = 16 ;
102+
103+ // News
104+ NEWS = 17 ;
105+
106+ // Online communities
107+ ONLINE_COMMUNITIES = 18 ;
108+
109+ // People and society
110+ PEOPLE_AND_SOCIETY = 19 ;
111+
112+ // Pets and animals
113+ PETS_AND_ANIMALS = 20 ;
114+
115+ // Real estate
116+ REAL_ESTATE = 21 ;
117+
118+ // Reference
119+ REFERENCE = 22 ;
120+
121+ // Science
122+ SCIENCE = 23 ;
123+
124+ // Sports
125+ SPORTS = 24 ;
126+
127+ // Jobs and education
128+ JOBS_AND_EDUCATION = 25 ;
129+
130+ // Shopping
131+ SHOPPING = 26 ;
132+ }
133+
29134// A resource message representing a Google Analytics account.
30135message Account {
31136 option (google.api.resource ) = {
@@ -48,7 +153,10 @@ message Account {
48153 string display_name = 4 [(google.api.field_behavior ) = REQUIRED ];
49154
50155 // Country of business. Must be a non-deprecated code for a UN M.49 region.
51- // https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html
156+ //
157+ // https:
158+ // //unicode.org/cldr/charts/latest/supplem
159+ // // ental/territory_containment_un_m_49.html
52160 string country_code = 5 ;
53161
54162 // Output only. Indicates whether this Account is soft-deleted or not. Deleted
@@ -280,6 +388,7 @@ message EnhancedMeasurementSettings {
280388
281389 // Output only. Resource name of this Data Stream.
282390 // Format:
391+ //
283392 // properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings
284393 // Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
285394 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
@@ -465,111 +574,6 @@ message DataSharingSettings {
465574 bool sharing_with_others_enabled = 6 ;
466575}
467576
468- // The category selected for this property, used for industry benchmarking.
469- enum IndustryCategory {
470- // Industry category unspecified
471- INDUSTRY_CATEGORY_UNSPECIFIED = 0 ;
472-
473- // Automotive
474- AUTOMOTIVE = 1 ;
475-
476- // Business and industrial markets
477- BUSINESS_AND_INDUSTRIAL_MARKETS = 2 ;
478-
479- // Finance
480- FINANCE = 3 ;
481-
482- // Healthcare
483- HEALTHCARE = 4 ;
484-
485- // Technology
486- TECHNOLOGY = 5 ;
487-
488- // Travel
489- TRAVEL = 6 ;
490-
491- // Other
492- OTHER = 7 ;
493-
494- // Arts and entertainment
495- ARTS_AND_ENTERTAINMENT = 8 ;
496-
497- // Beauty and fitness
498- BEAUTY_AND_FITNESS = 9 ;
499-
500- // Books and literature
501- BOOKS_AND_LITERATURE = 10 ;
502-
503- // Food and drink
504- FOOD_AND_DRINK = 11 ;
505-
506- // Games
507- GAMES = 12 ;
508-
509- // Hobbies and leisure
510- HOBBIES_AND_LEISURE = 13 ;
511-
512- // Home and garden
513- HOME_AND_GARDEN = 14 ;
514-
515- // Internet and telecom
516- INTERNET_AND_TELECOM = 15 ;
517-
518- // Law and government
519- LAW_AND_GOVERNMENT = 16 ;
520-
521- // News
522- NEWS = 17 ;
523-
524- // Online communities
525- ONLINE_COMMUNITIES = 18 ;
526-
527- // People and society
528- PEOPLE_AND_SOCIETY = 19 ;
529-
530- // Pets and animals
531- PETS_AND_ANIMALS = 20 ;
532-
533- // Real estate
534- REAL_ESTATE = 21 ;
535-
536- // Reference
537- REFERENCE = 22 ;
538-
539- // Science
540- SCIENCE = 23 ;
541-
542- // Sports
543- SPORTS = 24 ;
544-
545- // Jobs and education
546- JOBS_AND_EDUCATION = 25 ;
547-
548- // Shopping
549- SHOPPING = 26 ;
550- }
551-
552- // Maximum access settings that Firebase user receive on the linked Analytics
553- // property.
554- enum MaximumUserAccess {
555- // Unspecified maximum user access.
556- MAXIMUM_USER_ACCESS_UNSPECIFIED = 0 ;
557-
558- // Firebase users have no access to the Analytics property.
559- NO_ACCESS = 1 ;
560-
561- // Firebase users have Read & Analyze access to the Analytics property.
562- READ_AND_ANALYZE = 2 ;
563-
564- // Firebase users have edit access to the Analytics property, but may not
565- // manage the Firebase link.
566- EDITOR_WITHOUT_LINK_MANAGEMENT = 3 ;
567-
568- // Firebase users have edit access to the Analytics property and may manage
569- // the Firebase link.
570- EDITOR_INCLUDING_LINK_MANAGEMENT = 4 ;
571- }
572-
573577// A virtual resource representing an overview of an account and
574578// all its child GA4 properties.
575579message AccountSummary {
0 commit comments