Skip to content

Commit

Permalink
Merge branch 'googleapis:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
indreka authored Jan 6, 2025
2 parents f6f7d71 + b536921 commit 5e8ebba
Show file tree
Hide file tree
Showing 425 changed files with 4,007 additions and 21,799 deletions.
4 changes: 2 additions & 2 deletions .repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
"MediaTranslation": {
"language": "php",
"distribution_name": "google/cloud-media-translation",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-media-translation/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "mediatranslation"
Expand Down Expand Up @@ -1599,4 +1599,4 @@
"library_type": "GAPIC_AUTO",
"api_shortname": "workflows"
}
}
}
28 changes: 16 additions & 12 deletions Batch/src/V1/OperationMetadata.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions CloudCommonProtos/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
deep-copy-regex:
- source: /google/cloud/audit/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/audit-protos/$1
dest: /owl-bot-staging/CloudCommonProtos/audit-protos/$1
- source: /google/devtools/source/v1/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/devtools-protos/$1
dest: /owl-bot-staging/CloudCommonProtos/devtools-protos/$1
- source: /google/cloud/common/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/common-protos/$1
api-name: CommonProtos
dest: /owl-bot-staging/CloudCommonProtos/common-protos/$1
api-name: CloudCommonProtos
6 changes: 3 additions & 3 deletions CloudCommonProtos/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

logging.basicConfig(level=logging.DEBUG)

audit_src = Path(f"../{php.STAGING_DIR}/CommonProtos/audit-protos").resolve()
devtools_src = Path(f"../{php.STAGING_DIR}/CommonProtos/devtools-protos").resolve()
common_src = Path(f"../{php.STAGING_DIR}/CommonProtos/common-protos").resolve()
audit_src = Path(f"../{php.STAGING_DIR}/CloudCommonProtos/audit-protos").resolve()
devtools_src = Path(f"../{php.STAGING_DIR}/CloudCommonProtos/devtools-protos").resolve()
common_src = Path(f"../{php.STAGING_DIR}/CloudCommonProtos/common-protos").resolve()
dest = Path().resolve()

# Added so that we can pass copy_excludes in the owlbot_main() call
Expand Down
18 changes: 18 additions & 0 deletions CommonProtos/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
deep-copy-regex:
- source: /google/api/google-api-php/(.*)
dest: /owl-bot-staging/CommonProtos/api/$1
- source: /google/cloud/extended-operations-php/(.*)
dest: /owl-bot-staging/CommonProtos/extendedoperations/$1
- source: /google/cloud/location/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/location/$1
- source: /google/iam/v1/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/iam/$1
- source: /google/iam/v1/logging/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/iamlogging/$1
- source: /google/logging/type/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/logging/$1
- source: /google/rpc/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/rpc/$1
- source: /google/type/.*-php/(.*)
dest: /owl-bot-staging/CommonProtos/type/$1
api-name: CommonProtos
Binary file modified CommonProtos/metadata/Api/Client.php
Binary file not shown.
Binary file modified CommonProtos/metadata/Api/ErrorReason.php
Binary file not shown.
6 changes: 3 additions & 3 deletions CommonProtos/metadata/Api/Httpbody.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified CommonProtos/metadata/Api/Metric.php
Binary file not shown.
53 changes: 53 additions & 0 deletions CommonProtos/metadata/Google/Iam/V1/IamPolicy.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions CommonProtos/metadata/Google/Iam/V1/Logging/AuditData.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions CommonProtos/metadata/Google/Iam/V1/Options.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added CommonProtos/metadata/Google/Iam/V1/Policy.php
Binary file not shown.
31 changes: 31 additions & 0 deletions CommonProtos/metadata/Google/Iam/V1/ResourcePolicyMember.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions CommonProtos/metadata/Google/Logging/Type/HttpRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
6 changes: 3 additions & 3 deletions CommonProtos/metadata/Iam/V1/IamPolicy.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions CommonProtos/metadata/Iam/V1/ResourcePolicyMember.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e8ebba

Please sign in to comment.