google-api-client 0.17.2 → 0.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ module Google
22
22
  module VaultV1
23
23
  # Google Vault API
24
24
  #
25
- #
25
+ # Archiving and eDiscovery for G Suite.
26
26
  #
27
27
  # @example
28
28
  # require 'google/apis/vault_v1'
@@ -30,7 +30,7 @@ module Google
30
30
  # Vault = Google::Apis::VaultV1 # Alias the module
31
31
  # service = Vault::VaultService.new
32
32
  #
33
- # @see https://apps.google.com/products/vault/
33
+ # @see https://developers.google.com/vault
34
34
  class VaultService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
@@ -113,7 +113,9 @@ module Google
113
113
  execute_or_queue_command(command, &block)
114
114
  end
115
115
 
116
- # Creates a new matter. Returns created matter with default view.
116
+ # Creates a new matter with the given name and description. The initial state
117
+ # is open, and the owner is the method caller. Returns the created matter
118
+ # with default view.
117
119
  # @param [Google::Apis::VaultV1::Matter] matter_object
118
120
  # @param [String] fields
119
121
  # Selector specifying which fields to include in a partial response.
@@ -212,6 +214,9 @@ module Google
212
214
  # Default and maximum are 100.
213
215
  # @param [String] page_token
214
216
  # The pagination token as returned in the response.
217
+ # @param [String] state
218
+ # If set, list only matters with that specific state. The default is listing
219
+ # matters of all states.
215
220
  # @param [String] view
216
221
  # Specifies which parts of the matter to return in response.
217
222
  # @param [String] fields
@@ -231,12 +236,13 @@ module Google
231
236
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
232
237
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
233
238
  # @raise [Google::Apis::AuthorizationError] Authorization is required
234
- def list_matters(page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
239
+ def list_matters(page_size: nil, page_token: nil, state: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
235
240
  command = make_simple_command(:get, 'v1/matters', options)
236
241
  command.response_representation = Google::Apis::VaultV1::ListMattersResponse::Representation
237
242
  command.response_class = Google::Apis::VaultV1::ListMattersResponse
238
243
  command.query['pageSize'] = page_size unless page_size.nil?
239
244
  command.query['pageToken'] = page_token unless page_token.nil?
245
+ command.query['state'] = state unless state.nil?
240
246
  command.query['view'] = view unless view.nil?
241
247
  command.query['fields'] = fields unless fields.nil?
242
248
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.17.2'
18
+ VERSION = '0.17.3'
19
19
 
20
20
  # Current operating system
21
21
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-11-20 00:00:00.000000000 Z
14
+ date: 2017-11-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable
@@ -658,6 +658,10 @@ files:
658
658
  - generated/google/apis/oauth2_v2/classes.rb
659
659
  - generated/google/apis/oauth2_v2/representations.rb
660
660
  - generated/google/apis/oauth2_v2/service.rb
661
+ - generated/google/apis/oslogin_v1.rb
662
+ - generated/google/apis/oslogin_v1/classes.rb
663
+ - generated/google/apis/oslogin_v1/representations.rb
664
+ - generated/google/apis/oslogin_v1/service.rb
661
665
  - generated/google/apis/oslogin_v1alpha.rb
662
666
  - generated/google/apis/oslogin_v1alpha/classes.rb
663
667
  - generated/google/apis/oslogin_v1alpha/representations.rb