8000 Publish the docs for 0.8.1 · Issue #1571 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content

Publish the docs for 0.8.1 #1571

@omaray

Description

@omaray

It seems like everything became 0.8.1. The docs are still at 0.8.0:

http://googlecloudplatform.github.io/google-cloud-java/0.8.0/index.html

And in fact, the Monitoring example shown in the current docs failed because the method formatGroupName doesn't exist it seems:

 try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
   String formattedName = GroupServiceClient.formatGroupName("[PROJECT]", "[GROUP]");
   Group response = groupServiceClient.getGroup(formattedName);
 }

I had to look at the generated code to find the working sample. Hence, I assume this should be fixed with 0.8.1.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0