Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion grpc-gcp-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<gson.version>2.13.2</gson.version>
<guava.version>33.6.0-jre</guava.version>
<protobuf.version>4.33.6</protobuf.version>
<grpc.version>1.81.0</grpc.version>
<grpc.version>1.82.2</grpc.version>
<jsr305.version>3.0.2</jsr305.version>
<junit.version>4.13.2</junit.version>
<opencensus.version>0.31.1</opencensus.version>
Expand Down
15 changes: 5 additions & 10 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Java idiomatic client for [Access Approval][product-docs].

## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
Expand Down Expand Up @@ -45,14 +46,6 @@ If you are using Maven without the BOM, add this to your dependencies:
</dependency>
```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-accessapproval'
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
Expand All @@ -78,7 +71,7 @@ The client application making API calls must be granted [authorization scopes][a
### Prerequisites

You will need a [Google Cloud Platform Console][developer-console] project with the Access Approval [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Access Approval.

[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
Expand Down Expand Up @@ -154,6 +147,8 @@ the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
and on [google-cloud-java][g-c-j].

## Versioning


This library follows [Semantic Versioning](http://semver.org/).


Expand Down Expand Up @@ -192,7 +187,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing

[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=accessapproval.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
Expand Down
38 changes: 38 additions & 0 deletions java-accessapproval/owlbot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import synthtool as s
from synthtool.languages import java


for library in s.get_staging_dirs():
# put any special-case replacements here
s.move(library)

s.remove_staging_dirs()
java.common_templates(
monorepo=True,
excludes=[
".github/*",
".kokoro/*",
"samples/*",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"SECURITY.md",
"java.header",
"license-checks.xml",
"renovate.json",
".gitignore"
])
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* </tr>
* <tr>
* <td><p> GetCompany</td>
* <td><p> API to retrieve a `Company` object.</td>
* <td><p> Retrieves a `Company` object.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -84,7 +84,7 @@
* </tr>
* <tr>
* <td><p> ListCompanies</td>
* <td><p> API to retrieve a list of `Company` objects.</td>
* <td><p> Lists `Company` objects.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -196,7 +196,7 @@ public CompanyServiceStub getStub() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a `Company` object.
* Retrieves a `Company` object.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -224,7 +224,7 @@ public final Company getCompany(@Nullable CompanyName name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a `Company` object.
* Retrieves a `Company` object.
*
* <p>Sample code:
*
Expand All @@ -251,7 +251,7 @@ public final Company getCompany(String name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a `Company` object.
* Retrieves a `Company` object.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -279,7 +279,7 @@ public final Company getCompany(GetCompanyRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a `Company` object.
* Retrieves a `Company` object.
*
* <p>Sample code:
*
Expand All @@ -306,7 +306,7 @@ public final UnaryCallable<GetCompanyRequest, Company> getCompanyCallable() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `Company` objects.
* Lists `Company` objects.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -338,7 +338,7 @@ public final ListCompaniesPagedResponse listCompanies(@Nullable NetworkName pare

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `Company` objects.
* Lists `Company` objects.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -367,7 +367,7 @@ public final ListCompaniesPagedResponse listCompanies(String parent) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `Company` objects.
* Lists `Company` objects.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -402,7 +402,7 @@ public final ListCompaniesPagedResponse listCompanies(ListCompaniesRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `Company` objects.
* Lists `Company` objects.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -438,7 +438,7 @@ public final ListCompaniesPagedResponse listCompanies(ListCompaniesRequest reque

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `Company` objects.
* Lists `Company` objects.
*
* <p>Sample code:
*
Expand Down
Loading
Loading