vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
904
vendor/google.golang.org/api/language/v1/language-api.json
generated
vendored
904
vendor/google.golang.org/api/language/v1/language-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
10
vendor/google.golang.org/api/language/v1/language-gen.go
generated
vendored
10
vendor/google.golang.org/api/language/v1/language-gen.go
generated
vendored
|
@ -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
|
||||
|
|
882
vendor/google.golang.org/api/language/v1beta1/language-api.json
generated
vendored
882
vendor/google.golang.org/api/language/v1beta1/language-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
10
vendor/google.golang.org/api/language/v1beta1/language-gen.go
generated
vendored
10
vendor/google.golang.org/api/language/v1beta1/language-gen.go
generated
vendored
|
@ -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
|
||||
|
|
1144
vendor/google.golang.org/api/language/v1beta2/language-api.json
generated
vendored
1144
vendor/google.golang.org/api/language/v1beta2/language-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
16
vendor/google.golang.org/api/language/v1beta2/language-gen.go
generated
vendored
16
vendor/google.golang.org/api/language/v1beta2/language-gen.go
generated
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue