Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add minimum documentation for GAPIC-only clients [ci skip]#1983

Merged
shinfan merged 9 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
shinfan:docs2shinfan/gcloud-java:docs2Copy head branch name to clipboard
Apr 25, 2017
Merged

Add minimum documentation for GAPIC-only clients [ci skip]#1983
shinfan merged 9 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
shinfan:docs2shinfan/gcloud-java:docs2Copy head branch name to clipboard

Conversation

@shinfan

@shinfan shinfan commented Apr 24, 2017

Copy link
Copy Markdown
Contributor
  • Mark all ML clients alpha
  • Add the note of not supporting GAE on Java 7 for all gRPC clients

Fixes #1801, #1478

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 24, 2017
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 80.907% when pulling 96a4f82 on shinfan:docs2 into baf7c22 on GoogleCloudPlatform:master.

Comment thread README.md Outdated
-------------

Java 7 or above is required for using this client.
> Note: GAE standard for Java 7 is not supported for gRPC-based clients.

This comment was marked as spam.

This comment was marked as spam.

Comment thread README.md Outdated
- [Speech](#google-cloud-speech-alpha) (Alpha)
- [Trace](#google-cloud-trace-alpha) (Alpha)
- [Translation](#google-translation-beta) (Alpha)
- [Vision](#google-cloud-vision-alpha) (Alpha)

This comment was marked as spam.

This comment was marked as spam.

Comment thread README.md Outdated
> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.

> Note: GAE standard for Java 7 is not supported for gRPC-based clients.

This comment was marked as spam.

This comment was marked as spam.

Comment thread README.md Outdated
### Preview

Here is a code snippet showing a simple usage example of ErrorGroupServiceClient.
Note that you must [supply credentials](#authentication) and a project ID if running this

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle garrettjonesgoogle requested a review from lesv April 24, 2017 23:32
Comment thread README.md Outdated

Here is a code snippet showing a simple usage example of ErrorGroupServiceClient.
Note that you must [supply credentials](#authentication) and a project ID if running this
Note that you must [supply credentials](#authentication) and a project ID if running this snippet else where.

This comment was marked as spam.

This comment was marked as spam.

@shinfan shinfan changed the title Add minimum documentation for GAPIC-only clients Add minimum documentation for GAPIC-only clients [ci skip] Apr 25, 2017
Comment thread README.md Outdated
```

Google Translation (Beta)
Google Translation (Alpha)

This comment was marked as spam.

This comment was marked as spam.

@shinfan

shinfan commented Apr 25, 2017

Copy link
Copy Markdown
Contributor Author

@garrettjonesgoogle PTAL

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

LGTM but I'd like @lesv to take a look too

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.2%) to 81.061% when pulling 8e39265 on shinfan:docs2 into baf7c22 on GoogleCloudPlatform:master.

@shinfan

shinfan commented Apr 25, 2017

Copy link
Copy Markdown
Contributor Author

@lesv ping~

@lesv

lesv commented Apr 25, 2017

Copy link
Copy Markdown
Contributor

LGTM - I'm less than happy w/ CloudTrace, but it will do for now. (I'd like it to self configure)

@shinfan shinfan merged commit 49a8346 into googleapis:master Apr 25, 2017
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…reamWriter (#1983)

To be used by the sample here:
https://togithub.com/googleapis/java-bigquerystorage/pull/1982/files

Also change the name of isDone to be isClosed, since we use StreamWriterClosedException to indicate a writer is shutdown for writing. Making the terms more consistent with each other.
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
🤖 I have created a release *beep* *boop*
---


## [2.31.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.30.0...v2.31.0) (2023-02-08)


### Features

* Add isDone to JsonWriter to indicate a JsonWriter is no longer usable and needs to be recreated. ([#1978](https://togithub.com/googleapis/java-bigquerystorage/issues/1978)) ([dc07ed8](https://togithub.com/googleapis/java-bigquerystorage/commit/dc07ed84778028f149cab3883af9bb9a7929efd1))
* Add isUserClosed to indicate that user explicitly closed the StreamWriter ([#1983](https://togithub.com/googleapis/java-bigquerystorage/issues/1983)) ([abd6627](https://togithub.com/googleapis/java-bigquerystorage/commit/abd66274abca2315739c1b388dd363e107baad85))


### Dependencies

* Update arrow.version to v11 (major) ([#1961](https://togithub.com/googleapis/java-bigquerystorage/issues/1961)) ([c13ab23](https://togithub.com/googleapis/java-bigquerystorage/commit/c13ab23a96d72d5087653ebaf0a0635863a526a9))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.21.0 ([#1956](https://togithub.com/googleapis/java-bigquerystorage/issues/1956)) ([6a1d783](https://togithub.com/googleapis/java-bigquerystorage/commit/6a1d783b80bdd0e1846ee667e2a15d41e3f6980f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#1974](https://togithub.com/googleapis/java-bigquerystorage/issues/1974)) ([8e2c1e3](https://togithub.com/googleapis/java-bigquerystorage/commit/8e2c1e326d6a65ba814ef826cfcb98c58395f01f))
* Update dependency org.apache.arrow:arrow-memory-netty to v11 ([#1962](https://togithub.com/googleapis/java-bigquerystorage/issues/1962)) ([48abc75](https://togithub.com/googleapis/java-bigquerystorage/commit/48abc75cdd2c372751790c197b83cf3aa59f1055))
* Update dependency org.apache.arrow:arrow-vector to v11 ([#1963](https://togithub.com/googleapis/java-bigquerystorage/issues/1963)) ([e872723](https://togithub.com/googleapis/java-bigquerystorage/commit/e87272323a0267771f3ffbc857fbaf06c6656f90))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
…1983)

Source-Link: googleapis/synthtool@4b49307
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:25b384ee1674eda3984ec41c15b514a63bbeb5eda4d57c73c7e6f5adef2fd2f1

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 1, 2026
…1983)

Source-Link: googleapis/synthtool@4b49307
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:25b384ee1674eda3984ec41c15b514a63bbeb5eda4d57c73c7e6f5adef2fd2f1

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 2, 2026
* chore(main): release 3.30.4

* chore: generate libraries at Thu Jan 16 17:36:35 UTC 2025

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.