Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Release gapics (#3423)
Browse files Browse the repository at this point in the history
Generated with googleapis/gapic-generator#2131 to fix error in LoggingClient (see fix at andreamlin/google-cloud-java@386c987)

Update google-common-protos to v 1.12.0.

Add google-cloud-tasks for the first time.

Remove LoggingSmokeTest.java, because the Logging smoke config has been removed from googleapis/googleapis, and the existing LoggingSmokeTest.java is incompatible with the current google-cloud-logging/src/main.
  • Loading branch information
andreamlin authored Jul 9, 2018
1 parent 939879c commit 4408e9b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/vision/v1;visio
option java_multiple_files = true;
option java_outer_classname = "GeometryProto";
option java_package = "com.google.cloud.vision.v1";
option objc_class_prefix = "GCVN";


// A vertex represents a 2D point in the image.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/vision/v1;visio
option java_multiple_files = true;
option java_outer_classname = "ImageAnnotatorProto";
option java_package = "com.google.cloud.vision.v1";

option objc_class_prefix = "GCVN";

// Service that performs Google Cloud Vision API detection tasks over client
// images, such as face, landmark, logo, label, and text detection. The
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/vision/v1;visio
option java_multiple_files = true;
option java_outer_classname = "TextAnnotationProto";
option java_package = "com.google.cloud.vision.v1";
option objc_class_prefix = "GCVN";


// TextAnnotation contains a structured representation of OCR extracted text.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/vision/v1;visio
option java_multiple_files = true;
option java_outer_classname = "WebDetectionProto";
option java_package = "com.google.cloud.vision.v1";

option objc_class_prefix = "GCVN";

// Relevant information for the image from the Internet.
message WebDetection {
Expand Down

0 comments on commit 4408e9b

Please sign in to comment.