Skip to content

Commit 96aefef

Browse files
feat: [google-analytics-admin] Add REST Interceptors which support reading metadata (#13476)
BEGIN_COMMIT_OVERRIDE feat: Add REST Interceptors which support reading metadata feat: Add support for reading selective GAPIC generation methods from service YAML chore: Update gapic-generator-python to v1.22.0 docs: replace "GA4" with "Google Analytics" or "GA" in all comments feat: add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` fix: mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` docs: replace "GA4" with "Google Analytics" or "GA" in all comments feat: add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` fix: mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. feat: Add support for reading selective GAPIC generation methods from service YAML chore: Update gapic-generator-python to v1.22.0 PiperOrigin-RevId: 724026024 Source-Link: googleapis/googleapis@ad99638 Source-Link: googleapis/googleapis-gen@e291c4d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1hZG1pbi8uT3dsQm90LnlhbWwiLCJoIjoiZTI5MWM0ZGQxZDY3MGVkYTE5OTk4ZGU3NmY5NjdlMTYwM2E0ODk5MyJ9 BEGIN_NESTED_COMMIT docs: [google-analytics-admin] replace "GA4" with "Google Analytics" or "GA" in all comments feat: add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` fix: mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` PiperOrigin-RevId: 720657164 Source-Link: googleapis/googleapis@89a0f8e Source-Link: googleapis/googleapis-gen@ff322a9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1hZG1pbi8uT3dsQm90LnlhbWwiLCJoIjoiZmYzMjJhOTI5ZGVjNzZiNDBjMGJlYTNhZmY3MDc0MWExYzVkMTk1MCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-analytics-admin] replace "GA4" with "Google Analytics" or "GA" in all comments feat: add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` fix: mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` PiperOrigin-RevId: 720655692 Source-Link: googleapis/googleapis@f20edbd Source-Link: googleapis/googleapis-gen@ed0f0d6 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1hZG1pbi8uT3dsQm90LnlhbWwiLCJoIjoiZWQwZjBkNmRkZGM3MmQzMWIyOTg3ZjgwYmExM2Q3M2NiNjI4MGE3YyJ9 END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
1 parent b7f5461 commit 96aefef

25 files changed

+7232
-739
lines changed

packages/google-analytics-admin/google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.23.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.23.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)