vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2017-07-23 08:51:42 +01:00
parent 0b6fba34a3
commit eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions

File diff suppressed because it is too large Load diff

View file

@ -629,10 +629,8 @@ type Document struct {
// automatically detected). Both ISO and BCP-47 language codes
// are
// accepted.<br>
// [Language
// Support](https://cloud.google.com/natural-language/docs/languages)
// lis
// ts currently supported languages for each API method.
// [Language Support](/natural-language/docs/languages)
// lists currently supported languages for each API method.
// If the language (either specified by the caller or automatically
// detected)
// is not supported by the called API method, an `INVALID_ARGUMENT`
@ -1135,7 +1133,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
// arbitrary
// information about the error. There is a predefined set of error
// detail types
// in the package `google.rpc` which can be used for common error
// in the package `google.rpc` that can be used for common error
// conditions.
//
// # Language mapping
@ -1168,7 +1166,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
//
// - Workflow errors. A typical workflow has multiple steps. Each step
// may
// have a `Status` message for error reporting purpose.
// have a `Status` message for error reporting.
//
// - Batch operations. If a client uses batch request and batch
// response, the

File diff suppressed because it is too large Load diff

View file

@ -627,10 +627,8 @@ type Document struct {
// automatically detected). Both ISO and BCP-47 language codes
// are
// accepted.<br>
// [Language
// Support](https://cloud.google.com/natural-language/docs/languages)
// lis
// ts currently supported languages for each API method.
// [Language Support](/natural-language/docs/languages)
// lists currently supported languages for each API method.
// If the language (either specified by the caller or automatically
// detected)
// is not supported by the called API method, an `INVALID_ARGUMENT`
@ -1137,7 +1135,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
// arbitrary
// information about the error. There is a predefined set of error
// detail types
// in the package `google.rpc` which can be used for common error
// in the package `google.rpc` that can be used for common error
// conditions.
//
// # Language mapping
@ -1170,7 +1168,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
//
// - Workflow errors. A typical workflow has multiple steps. Each step
// may
// have a `Status` message for error reporting purpose.
// have a `Status` message for error reporting.
//
// - Batch operations. If a client uses batch request and batch
// response, the

File diff suppressed because it is too large Load diff

View file

@ -720,10 +720,8 @@ type Document struct {
// automatically detected). Both ISO and BCP-47 language codes
// are
// accepted.<br>
// [Language
// Support](https://cloud.google.com/natural-language/docs/languages)
// lis
// ts currently supported languages for each API method.
// [Language Support](/natural-language/docs/languages)
// lists currently supported languages for each API method.
// If the language (either specified by the caller or automatically
// detected)
// is not supported by the called API method, an `INVALID_ARGUMENT`
@ -1242,7 +1240,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
// arbitrary
// information about the error. There is a predefined set of error
// detail types
// in the package `google.rpc` which can be used for common error
// in the package `google.rpc` that can be used for common error
// conditions.
//
// # Language mapping
@ -1275,7 +1273,7 @@ func (s *Sentiment) UnmarshalJSON(data []byte) error {
//
// - Workflow errors. A typical workflow has multiple steps. Each step
// may
// have a `Status` message for error reporting purpose.
// have a `Status` message for error reporting.
//
// - Batch operations. If a client uses batch request and batch
// response, the
@ -1906,8 +1904,8 @@ type DocumentsAnnotateTextCall struct {
}
// AnnotateText: A convenience method that provides all syntax,
// sentiment, and entity
// features in one call.
// sentiment, entity, and
// classification features in one call.
func (r *DocumentsService) AnnotateText(annotatetextrequest *AnnotateTextRequest) *DocumentsAnnotateTextCall {
c := &DocumentsAnnotateTextCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.annotatetextrequest = annotatetextrequest
@ -1997,7 +1995,7 @@ func (c *DocumentsAnnotateTextCall) Do(opts ...googleapi.CallOption) (*AnnotateT
}
return ret, nil
// {
// "description": "A convenience method that provides all syntax, sentiment, and entity\nfeatures in one call.",
// "description": "A convenience method that provides all syntax, sentiment, entity, and\nclassification features in one call.",
// "flatPath": "v1beta2/documents:annotateText",
// "httpMethod": "POST",
// "id": "language.documents.annotateText",