FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

give stub packages their own doc section by pongad · Pull Request #2511 · googleapis/google-cloud-java · GitHub

give stub packages their own doc section - #2511

Merged
pongad merged 1 commit into
googleapis:masterfrom
pongad:stub-doc
Oct 12, 2017
Merged

give stub packages their own doc section#2511
pongad merged 1 commit into
googleapis:masterfrom
pongad:stub-doc

Conversation

pongad commented Oct 12, 2017

Copy link
Copy Markdown
Contributor

Fixes #2476.

The list of packages created with command:

find -name '*.java' |
  xargs grep -hr 'package.*\.stub' |
  cut -c 9- |
  sort -u |
  tr ';' ':' |
  tr -d '\n'; echo

Fixes #2476.

The list of packages created with command:
```shell
find -name '*.java' |
  xargs grep -hr 'package.*\.stub' |
  cut -c 9- |
  sort -u |
  tr ';' ':' |
  tr -d '\n'; echo
```
pongad requested a review from jabubake October 12, 2017 00:47
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 12, 2017
Comment thread pom.xml
</group>
<group>
<title>Stub packages</title>
<packages>com.google.cloud.dlp.v2beta1.stub:com.google.cloud.errorreporting.v1beta1.stub:com.google.cloud.firestore.v1beta1.stub:com.google.cloud.language.v1beta2.stub:com.google.cloud.language.v1.stub:com.google.cloud.logging.v2.stub:com.google.cloud.monitoring.v3.stub:com.google.cloud.pubsub.v1.stub:com.google.cloud.speech.v1beta1.stub:com.google.cloud.speech.v1.stub:com.google.cloud.trace.v1.stub:com.google.cloud.videointelligence.v1beta1.stub:com.google.cloud.videointelligence.v1beta2.stub:com.google.cloud.vision.v1.stub</packages>

This comment was marked as spam.

This comment was marked as spam.

pongad merged commit a1ac8eb into googleapis:master Oct 12, 2017
pongad deleted the stub-doc branch October 12, 2017 23:35
schmidt-sebastian pushed a commit to FirebasePrivate/google-cloud-java that referenced this pull request Nov 9, 2017
Fixes googleapis#2476.

The list of packages created with command:
```shell
find -name '*.java' |
  xargs grep -hr 'package.*\.stub' |
  cut -c 9- |
  sort -u |
  tr ';' ':' |
  tr -d '\n'; echo
```
chingor13 pushed a commit that referenced this pull request Mar 30, 2026
…ns. (#2661)

Update resumable upload failure detection to be more specific about classifying a request as SCENARIO_5

Fixes #2511
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
…#2511)

* chore: Update generation configuration at Tue Aug  5 02:48:03 UTC 2025

* chore: generate libraries at Tue Aug  5 02:48:35 UTC 2025
meltsufin pushed a commit that referenced this pull request May 1, 2026
…#2511)

* chore: Update generation configuration at Tue Aug  5 02:48:03 UTC 2025

* chore: generate libraries at Tue Aug  5 02:48:35 UTC 2025
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
…leapis#2511)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Rollback plan is reviewed and LGTMed
- [x] All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL