Searched +full:gapic +full:- +full:generator +full:- +full:java +full:- +full:bom (Results 1 – 25 of 74) sorted by relevance
123
| /external/sdk-platform-java/gapic-generator-java-bom/ |
| D | pom.xml | 1 <?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/sdk-platform-java/.github/workflows/ |
| D | ci.yaml | 4 - main 11 runs-on: ubuntu-22.04 14 java: [ 11, 17 ] 16 - uses: actions/checkout@v3 17 - uses: actions/setup-java@v3 19 java-version: ${{ matrix.java }} 22 - run: java -version 23 - name: Unit Tests 25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \ 26 -Dfmt.skip -DenableTestCoverage [all …]
|
| D | shared_dependencies.yaml | 4 - main 7 - 'gapic-generator-java-bom/**' 8 - 'gapic-generator-java-pom-parent/**' 9 - 'java-shared-dependencies/**' 10 name: shared-dependencies version check 12 upper-bound-check: 13 name: Shared Dependencies BOM upper-bound check 14 runs-on: ubuntu-latest 17 - uses: actions/checkout@v2 18 - uses: stCarolas/setup-maven@v4 [all …]
|
| /external/sdk-platform-java/ |
| D | README.md | 1 …roject=googleapis_gapic-generator-java&metric=coverage)](https://sonarcloud.io/summary/new_code?id… 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 …]
|
| D | CHANGELOG.md | 3 ## [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 …tps://github.com/googleapis/gapic-generator-java/issues/1643)) ([4054bc6](https://github.com/googl… 12 …g Buckets asynchronously ([7479758](https://github.com/googleapis/gapic-generator-java/commit/7479… 13 …or Log Analytics Buckets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/7479… 14 …deleting linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/7479… 15 …scribing linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/7479… 16 … listing linked datasets ([7479758](https://github.com/googleapis/gapic-generator-java/commit/7479… [all …]
|
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>gapic-generator-java-root</artifactId> 8 <!-- We do not release this root pom. No modules should depend on this --> 9 <version>0.1.0-SNAPSHOT</version> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 17 <module>gapic-generator-java-pom-parent</module> 18 <module>api-common-java</module> 19 <module>gax-java</module> 20 <module>gapic-generator-java</module> [all …]
|
| /external/sdk-platform-java/scripts/ |
| D | create_native_image_test_env.sh | 4 # 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/sdk-platform-java/showcase/ |
| D | pom.xml | 1 <?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>gapic-showcase-parent</artifactId> 9 <version>0.0.1-SNAPSHOT</version> 10 <name>GAPIC Showcase Client Core Parent</name> 12 Java idiomatic client for Google Cloud Platform services. 17 <artifactId>gapic-generator-java-bom</artifactId> 18 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} --> 19 <relativePath>../gapic-generator-java-bom</relativePath> [all …]
|
| /external/sdk-platform-java/java-core/google-cloud-core-bom/ |
| D | pom.xml | 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>google-cloud-core-bom</artifactId> 6 <version>2.17.0</version><!-- {x-version-update:google-cloud-core:current} --> 11 <artifactId>gapic-generator-java-pom-parent</artifactId> 12 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} --> 13 <relativePath>../../gapic-generator-java-pom-parent</relativePath> 18 BOM for Google Cloud Core 25 <artifactId>google-cloud-core</artifactId> 26 <version>2.17.0</version><!-- {x-version-update:google-cloud-core:current} --> 30 <artifactId>google-cloud-core-grpc</artifactId> [all …]
|
| /external/sdk-platform-java/java-shared-dependencies/first-party-dependencies/ |
| D | pom.xml | 1 <?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/sdk-platform-java/gax-java/ |
| D | pom.xml | 1 <?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>gax-parent</artifactId> 7 <version>2.27.0</version><!-- {x-version-update:gax:current} --> 8 <name>GAX (Google Api eXtensions) for Java (Parent)</name> 9 <description>Google Api eXtensions for Java (Parent)</description> 13 <artifactId>gapic-generator-java-pom-parent</artifactId> 14 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} --> 15 <relativePath>../gapic-generator-java-pom-parent</relativePath> 30 <name>BSD-3-Clause</name> [all …]
|
| /external/sdk-platform-java/java-iam/ |
| D | pom.xml | 1 <?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-iam-parent</artifactId> 7 <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v1:current} --> 10 Java idiomatic client for Google Cloud Platform services. 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> 36 <id>sonatype-nexus-snapshots</id> 40 <id>sonatype-nexus-staging</id> [all …]
|
| /external/sdk-platform-java/java-core/ |
| D | pom.xml | 1 <?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} --> 10 Java idiomatic client for Google Cloud Platform services. 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> [all …]
|
| /external/sdk-platform-java/java-common-protos/ |
| D | pom.xml | 1 <?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-common-protos-parent</artifactId> 7 <version>2.18.0</version><!-- {x-version-update:proto-google-common-protos:current} --> 10 Java idiomatic client for Google Cloud Platform services. 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> 36 <id>sonatype-nexus-snapshots</id> 40 <id>sonatype-nexus-staging</id> [all …]
|
| /external/sdk-platform-java/.kokoro/release/ |
| D | publish_javadoc11.sh | 8 # 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/sdk-platform-java/.kokoro/presubmit/ |
| D | downstream-build.sh | 8 # 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" 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 49 # Update the shared-dependencies version in google-cloud-jar-parent [all …]
|
| /external/sdk-platform-java/gapic-generator-java/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>gapic-generator-java</artifactId> 7 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} --> 8 <name>GAPIC Generator Java</name> 9 <description>GAPIC generator Java</description> 15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 16 <!-- Should be in sync with repositories.bzl --> 18 <auto-value.version>1.10.1</auto-value.version> 25 <artifactId>gapic-generator-java-pom-parent</artifactId> [all …]
|
| D | CHANGELOG.md | 3 ## [2.12.0](https://github.com/googleapis/gapic-generator-java/compare/v2.11.0...v2.12.0) (2022-12-… 8 …gapic-generator-java as jar ([#1111](https://github.com/googleapis/gapic-generator-java/issues/111… 13 …-standard directory structure ([#1108](https://github.com/googleapis/gapic-generator-java/issues/1… 18 …-dependencies-bom ([#1115](https://github.com/googleapis/gapic-generator-java/issues/1115)) ([402d… 20 ## [2.11.0](https://github.com/googleapis/gapic-generator-java/compare/v2.10.3...v2.11.0) (2022-11-… 25 …tps://github.com/googleapis/gapic-generator-java/issues/1080)) ([bd9532c](https://github.com/googl… 30 …tps://github.com/googleapis/gapic-generator-java/issues/1076)) ([f5d5524](https://github.com/googl… 31 …-cloud-shared-dependencies to v3.0.6 ([#1088](https://github.com/googleapis/gapic-generator-java/i… 32 …tps://github.com/googleapis/gapic-generator-java/issues/1094)) ([4bf419f](https://github.com/googl… 34 ## [2.10.3](https://github.com/googleapis/gapic-generator-java/compare/v2.10.2...v2.10.3) (2022-11-… [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/languages/ |
| D | java.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 29 …tps://github.com/google/google-java-format/releases/download/google-java-format-{version}/google-j… 38 * https://www.apache.org/licenses/LICENSE-2.0 54 \\* http://www.apache.org/licenses/LICENSE-2.0 67 ) -> None: 69 Runs the google-java-format jar against all .java files found within the 72 jar_name = f"google-java-format-{version}.jar" 77 # Find all .java files in path and run the formatter on them 78 files = list(glob.iglob(os.path.join(path, "**/*.java"), recursive=True)) 81 logger.info("Running java formatter on {} files".format(len(files))) [all …]
|
| /external/google-cloud-java/java-game-servers/ |
| D | CHANGELOG.md | 3 …b.com/googleapis/google-cloud-java/compare/google-cloud-game-servers-v2.4.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 10 * create release please configuration ([41b97e6](https://github.com/googleapis/google-cloud-java/co… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 18 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 23 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 25 …ithub.com/googleapis/google-cloud-java/compare/google-cloud-game-servers-v2.3.5...google-cloud-gam… [all …]
|
| /external/google-cloud-java/java-recommendations-ai/ |
| D | CHANGELOG.md | 3 …oogleapis/google-cloud-java/compare/google-cloud-recommendations-ai-v0.11.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 14 …tps://github.com/googleapis/google-cloud-java/issues/8381)) ([a352332](https://github.com/googleap… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 18 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 23 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 25 …om/googleapis/google-cloud-java/compare/google-cloud-recommendations-ai-v0.10.4...google-cloud-rec… [all …]
|
| /external/google-cloud-java/java-scheduler/ |
| D | CHANGELOG.md | 3 …thub.com/googleapis/google-cloud-java/compare/google-cloud-scheduler-v2.4.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 17 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 22 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 24 …//github.com/googleapis/google-cloud-java/compare/google-cloud-scheduler-v2.3.13...google-cloud-sc… 29 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… [all …]
|
| /external/google-cloud-java/java-talent/ |
| D | CHANGELOG.md | 3 …/github.com/googleapis/google-cloud-java/compare/google-cloud-talent-v2.5.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 17 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 22 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 24 …ps://github.com/googleapis/google-cloud-java/compare/google-cloud-talent-v2.4.6...google-cloud-tal… 29 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… [all …]
|
| /external/google-cloud-java/java-redis/ |
| D | CHANGELOG.md | 3 …//github.com/googleapis/google-cloud-java/compare/google-cloud-redis-v2.7.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 17 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 22 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 24 …tps://github.com/googleapis/google-cloud-java/compare/google-cloud-redis-v2.6.5...google-cloud-red… 29 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… [all …]
|
| /external/google-cloud-java/java-iot/ |
| D | CHANGELOG.md | 3 …s://github.com/googleapis/google-cloud-java/compare/google-cloud-iot-v2.4.1-SNAPSHOT...google-clou… 8 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… 9 …to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f… 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 …ries-bom to v26.1.1 ([#8254](https://github.com/googleapis/google-cloud-java/issues/8254)) ([e4760… 17 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 22 …tps://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/googleap… 24 …https://github.com/googleapis/google-cloud-java/compare/google-cloud-iot-v2.3.6...google-cloud-iot… 29 …tps://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleap… [all …]
|
123