Skip to content

give stub packages their own doc section#2511

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

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

Conversation

@pongad
Copy link
Copy Markdown
Contributor

@pongad pongad commented Oct 12, 2017

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 pongad requested a review from jabubake October 12, 2017 00:47
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 12, 2017
</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 pongad merged commit a1ac8eb into googleapis:master Oct 12, 2017
@pongad 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
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