Home
last modified time | relevance | path

Searched +full:gapic +full:- +full:libraries +full:- +full:bom (Results 1 – 25 of 77) sorted by relevance

1234

/external/google-cloud-java/generation/
Dgenerate_gapic_bom.sh3 set -e
5 # Generate BOM of the artifacts in this repository
9 for bom_directory in $(find . -maxdepth 3 -name 'google-*-bom' | sort --dictionary-order); do
10 …if [[ "${bom_directory}" = *gapic-libraries-bom ]] || [[ "${bom_directory}" = *google-cloud-core*…
13 repo_metadata="${bom_directory}/../.repo-metadata.json"
16 groupId_line=$(grep --max-count=1 'groupId' "${pom_file}")
17 artifactId_line=$(grep --max-count=1 'artifactId' "${pom_file}")
18 version_line=$(grep --max-count=1 'x-version-update' "${pom_file}")
21 # The gapic bom includes cloud libraries
34 # For originally-handwritten modules that do not produce a BOM
[all …]
Dmerge_repository.sh3 # Merging repository to google-cloud-java using git-filter-repo.
4 # https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories
7 # cd google-cloud-java
15 # cd generation/monorepo/google-cloud-java-merged
16 # git checkout -b merge_repositories
17 # gh pr create --title 'chore: merge new repository into google-cloud-java' --body ''
19 set -xe
21 [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"
22 [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script}"
26 rm -rf monorepo
[all …]
Dset_parent_pom.sh3 set -ef
8 # Run this script at the root of google-cloud-java repository
13 parent_version=$(perl -nle 'print $1 if m|<version>(.+)</version>|' "$parent_pom"|head -1)
14 parent_group_id=$(perl -nle 'print $1 if m|<groupId>(.+)</groupId>|' "$parent_pom" |head -1)
15 …parent_artifact_id=$(perl -nle 'print $1 if m|<artifactId>(.+)</artifactId>|' "$parent_pom"|head -
18 …# Search for <parent> tag in module pom and replace the next three lines -- groupId, artifcatId, a…
19 …actId>\n <version>${parent_version}<\/version><!-- {x-version-update:google-cloud-java:current}…
21 perl -i -0pe "$perl_command" pom.xml
25 for module in $(find . -mindepth 2 -maxdepth 2 -name pom.xml | sort --dictionary-order | xargs dirn…
26 # example value of module is "./java-accessapproval"
[all …]
Dgapic_bom_versions.txt2 # module:released-version:current-version
4 gapic-libraries-bom:0.0.0:0.0.1-SNAPSHOT
Ddiff_files.sh2 #run this script from google-cloud-java directory
3 # google-cloud-java$ ./generation/diff_files.sh
4 # not using set -e because failing diff command is ok
5 # latest repositories Id -> comgooglecloud-5570, comgoogleapi-5038, comgoogleanalytics-1052
9 # 1. Run the stage job for google-cloud-java, on a branch which does not have any snapshot versions…
11 # a. 'comgooglecloud' (the result will be like "comgooglecloud-5570")
12 # b. 'comgoogleapi' (the result will be like "comgoogleapi-5038")
13 # c. 'comgoogleanalytics' (the result will be like "comgoogleanalytics-1052")
17 # Output of this script are 2 files (actually generated by diff_directory.sh) ->
18 # 1. diff-files-summary.txt : This will show success for artifacts which have same files on maven-c…
[all …]
/external/sdk-platform-java/gapic-generator-java-bom/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>gapic-generator-java-bom</artifactId>
7 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->
8 <name>GAPIC Generator Java BOM</name>
10 BOM for the libraries in gapic-generator-java repository. Users should not
11 depend on this artifact explicitly because this BOM is an implementation
12 detail of the Libraries BOM.
17 <artifactId>gapic-generator-java-pom-parent</artifactId>
18 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->
[all …]
/external/google-cloud-java/.github/workflows/
Dci.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
15 # downstream client libraries before they are released.
19 - main
24 runs-on: ubuntu-latest
26 fail-fast: false
30 - name: Get current week within the year
32 run: echo "::set-output name=week_of_year::$(date +'%W' --utc)"
33 - uses: actions/checkout@v3
34 - uses: actions/setup-java@v3
37 java-version: ${{matrix.java}}
[all …]
Dnewclient.yaml4 - cron: '0 2 * * *' # nightly at 2 am UTC
8 - generation/**
12 - generation/**
18 runs-on: ubuntu-latest
23 - uses: actions/checkout@v3
24 - uses: actions/setup-python@v4
26 python-version: '3.9'
28 - name: Get current week within the year
30 run: echo "::set-output name=week_of_year::$(date +'%W' --utc)"
31 - uses: actions/setup-java@v3
[all …]
Dgenerated_files_sync.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
15 # downstream client libraries before they are released.
19 - main
23 root-pom:
25 runs-on: ubuntu-latest
27 - uses: actions/checkout@v3
28 - name: Generate root pom.xml file
31 - name: Apply versions from versions.txt files
34 - name: Fail if there's any difference
35 run: git --no-pager diff --exit-code
[all …]
/external/sdk-platform-java/
DREADME.md1 …?project=googleapis_gapic-generator-java&metric=coverage)](https://sonarcloud.io/summary/new_code?…
5 - **[gapic-generator-java](./gapic-generator-java/README.md)**: the Protobuf compiler plugin to gen…
6 See [gapic-generator-java/DEVELOPMENT.md](./gapic-generator-java/README.md) for setup.
7 - **[gax-java](./gax-java/README.md)**: the runtime library required for Google Cloud client librar…
8 including the ones generated by gapic-generator-java.
9 - **[java-common-protos](./java-common-protos/README.md)** and **[api-common-java](./api-common-jav…
10 classes for Google services. (They are not generated by gapic-generator-java)
11 - **[java-iam](./java-iam/README.md)**: Protobuf-generated classes for Google's
13 Management (IAM). (They are not generated by gapic-generator-java)
14 - **[showcase](./showcase/README.md)**: demonstration of the generated client
[all …]
Drenovate.json8 "fileMatch": ["^gax-java/dependencies\\.properties$"],
13 "fileMatch": ["^gax-java/dependencies\\.properties$"],
15 "depNameTemplate": "com.google.protobuf:protobuf-java",
19 "fileMatch": ["^gax-java/dependencies\\.properties$"],
21 "depNameTemplate": "com.google.googlejavaformat:google-java-format",
25 "fileMatch": ["^gax-java/dependencies\\.properties$"],
27 "depNameTemplate": "io.grpc:grpc-core",
36 "fileMatch": ["^showcase/gapic-showcase/pom\\.xml$"],
37 "matchStrings": ["<gapic-showcase.version>(?<currentValue>.+?)</gapic-showcase.version>\\n"],
67 "^com.google.cloud:google-cloud-shared-config"
[all …]
DCHANGELOG.md3 ## [2.19.0](https://github.com/googleapis/gapic-generator-java/compare/v2.18.0...v2.19.0) (2023-05-
8 * [common-protos] .NET library settings (for generator behavior tweaks) ([7479758](https://github.c…
9 * [common-protos] add GEO, SHOPPING, GENERATIVE_AI client orgs ([7479758](https://github.com/google…
10-protos] Log Analytics features of the Cloud Logging API ([#1573](https://github.com/googleapis/ga…
11 …https://github.com/googleapis/gapic-generator-java/issues/1643)) ([4054bc6](https://github.com/goo…
12 …Log Buckets asynchronously ([7479758](https://github.com/googleapis/gapic-generator-java/commit/74…
13 … for Log Analytics Buckets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/74…
14 …r deleting linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/74…
15 …describing linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/74…
16 …or listing linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/74…
[all …]
/external/sdk-platform-java/scripts/
Dcreate_native_image_test_env.sh4 # GraalVM updates with handwritten libraries (including, pubsub, bigquery, bigtable and spanner-jdb…
9 # At a high-level, the script will do the following:
10 # - Modifies graal-sdk version in gapic-generator-java/gax
11 # - Modifies the gapic-generator-bom version in java-shared-dependencies.
12 # - Updates the version of native-maven-plugin in java-shared-config.
13 # - Updates the java-shared-config and java-shared-dependencies versions in the handwritten librari…
14 # - Adds gapic-generator-java, java-shared-config and handwritten libraries listed previously
16 set -eo pipefail
19 xmllint --shell pom.xml <<EOF
21 cd .//x:artifactId[text()="google-cloud-shared-config"]
[all …]
/external/google-cloud-java/
DCONTRIBUTING.md10 Here are some guidelines for hacking on google-cloud-java.
13 --------------------
14 * `google-cloud-java` (`/pom.xml`)
17 * `google-cloud-pom-parent`
18 * Serves as the parent POM for the `gapic-libraries-bom` and module mini BOMs.
20 * `google-cloud-jar-parent`
22 * The only POM where non-annotated versions should be managed using `dependencyManagement`.
26 * `gapic-libraries-bom`
27 * A BOM for all non-preview libraries in the monorepo.
28 * `java-*`
[all …]
Dchangelog.json2 "repository": "googleapis/google-cloud-java",
17 "artifactName": "com.google.cloud:google-cloud-cloudsupport",
18 "id": "a1a27028-b96d-4d0a-8948-3811d4139d24",
19 "createTime": "2023-05-10T18:30:04.129Z"
34 "artifactName": "com.google.cloud:google-cloud-texttospeech",
35 "id": "26c2fac5-d89f-4ef9-9d1b-0aac72fe0ea3",
36 "createTime": "2023-05-10T18:30:04.126Z"
75 "artifactName": "com.google.cloud:google-cloud-monitoring",
76 "id": "c6c50838-995d-4226-9bf2-7915c4081b4d",
77 "createTime": "2023-05-10T18:30:04.124Z"
[all …]
/external/sdk-platform-java/java-shared-dependencies/first-party-dependencies/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7 <artifactId>first-party-dependencies</artifactId>
9 <version>3.9.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
10 <name>Google Cloud First-party Shared Dependencies</name>
12 Shared first-party dependencies for Google Cloud Java libraries.
17 <artifactId>google-cloud-shared-config</artifactId>
23 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 <grpc-gcp.version>1.4.1</grpc-gcp.version>
[all …]
/external/google-cloud-java/gapic-libraries-bom/
DCHANGELOG.md3 …/github.com/googleapis/google-cloud-java/compare/gapic-libraries-bom-v0.1.1-SNAPSHOT...gapic-libra…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
14 …on-GA logic for gapic-bom ([#8631](https://github.com/googleapis/google-cloud-java/issues/8631)) (…
15-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
21 * com.google.cloud:google-cloud-accessapproval-bom bumped to 2.6.0,
22 * com.google.cloud:google-identity-accesscontextmanager-bom bumped to 1.6.0,
23 * com.google.cloud:google-cloud-aiplatform-bom bumped to 3.6.0,
24 * com.google.cloud:google-cloud-api-gateway-bom bumped to 2.5.0,
25 * com.google.cloud:google-cloud-apigee-connect-bom bumped to 2.5.0,
[all …]
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>gapic-libraries-bom</artifactId>
7 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
8 <name>Google Cloud Java BOM</name>
10 BOM for the libraries in google-cloud-java repository. Users should not
11 depend on this artifact explicitly because this BOM is an implementation
12 detail of the Libraries BOM.
16 <artifactId>google-cloud-pom-parent</artifactId>
18 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
[all …]
/external/sdk-platform-java/.kokoro/presubmit/
Ddownstream-build.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
25 if [ -z "${MODULES_UNDER_TEST}" ]; then
26 echo "MODULES_UNDER_TEST must be set to run downstream-build.sh"
31 mkdir -p "${HOME}/.m2"
35 # Publish this repo's modules to local maven to make them available for downstream libraries
36 mvn -B -ntp install --projects '!gapic-generator-java' \
37 -Dcheckstyle.skip -Dfmt.skip -DskipTests
41 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/…
43 if [ -z "${SHARED_DEPS_VERSION}" ]; then
[all …]
/external/sdk-platform-java/java-core/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-core-parent</artifactId>
7 <version>2.17.0</version><!-- {x-version-update:google-cloud-core:current} -->
15 <artifactId>gapic-generator-java-pom-parent</artifactId>
16 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->
17 <relativePath>../gapic-generator-java-pom-parent</relativePath>
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24 <site.installationModule>google-cloud-core-parent</site.installationModule>
[all …]
/external/google-cloud-java/java-scheduler/
DCHANGELOG.md3 …thub.com/googleapis/google-cloud-java/compare/google-cloud-scheduler-v2.4.1-SNAPSHOT...google-clou…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
14-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu…
15-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu…
16 …:libraries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) (…
17-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
22 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google…
24 …//github.com/googleapis/google-cloud-java/compare/google-cloud-scheduler-v2.3.13...google-cloud-sc…
29 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
[all …]
/external/google-cloud-java/.kokoro/release/
Dpublish_javadoc11.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
18 if [[ -z "${CREDENTIALS}" ]]; then
22 if [[ -z "${STAGING_BUCKET_V2}" ]]; then
32 python3 --version
35 python3 -m pip install --require-hashes -r .kokoro/requirements.txt
37 # If DOCLET_VERSION is passed in (overriding version in shared-config)
38 if [ -n "${DOCLET_VERSION}" ]; then
39 doclet_name="java-docfx-doclet-${DOCLET_VERSION}.jar"
42 mvn -B -ntp \
[all …]
/external/google-cloud-java/java-redis/
DCHANGELOG.md3 …//github.com/googleapis/google-cloud-java/compare/google-cloud-redis-v2.7.1-SNAPSHOT...google-clou…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
14-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu…
15-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu…
16 …:libraries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) (…
17-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
22 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google…
24 …tps://github.com/googleapis/google-cloud-java/compare/google-cloud-redis-v2.6.5...google-cloud-red…
29 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
[all …]
/external/google-cloud-java/java-iot/
DCHANGELOG.md3 …s://github.com/googleapis/google-cloud-java/compare/google-cloud-iot-v2.4.1-SNAPSHOT...google-clou…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
14-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu…
15-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu…
16 …:libraries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) (…
17-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
22 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google…
24 …https://github.com/googleapis/google-cloud-java/compare/google-cloud-iot-v2.3.6...google-cloud-iot
29 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
[all …]
/external/google-cloud-java/java-kms/
DCHANGELOG.md3 …s://github.com/googleapis/google-cloud-java/compare/google-cloud-kms-v2.7.1-SNAPSHOT...google-clou…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
10 …https://github.com/googleapis/google-cloud-java/issues/8625)) ([d4d070d](https://github.com/google…
15-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu…
16-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu…
17 …:libraries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) (…
18-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
23 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google…
25 …https://github.com/googleapis/google-cloud-java/compare/google-cloud-kms-v2.6.8...google-cloud-kms
[all …]

1234