google-apis-admin_directory_v1 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b26780fd5ff572e32709445e093e203609227df02061069c775ef9c4f0b4aa8a
4
- data.tar.gz: ce1697e6255b304058f5de3d37fe265e3f13ca5d42a9aecb903f12202909d600
3
+ metadata.gz: 9c21aff845fb75e04759f8b7e2bc035c99fe1979e89446b18bb1ed79cf4f4041
4
+ data.tar.gz: 4d1e084cce6884aac535ce88d7d0841e3fd1683e401f7bb60cde106f568a7d70
5
5
  SHA512:
6
- metadata.gz: '08c707ad83f538a5f7fe4e89255ef54280ce69592a98a530343e167a69946c0257c238860177721763d35494677dcf43875c19c516877dcc48391ea764e90027'
7
- data.tar.gz: 521876f96559d29f65d0cbf7f24ed666c8d048966093a07b8c0e417806c75f22228ce4b19ae35a345416b98ba21e6cf8d7365ec6289c60ab3ecd7eb541b4ac64
6
+ metadata.gz: b3a247a8065b25c0c702e72f8437f4ec8f28659c77f0695f7639a8eae9065b072c9976fead69a426fb175eb5f0b9838f02ef224241d3a440ee75d311232f8e52
7
+ data.tar.gz: d4ba5d86ff541c9087f0194b79d05fd59f1db9a35472a7395f78729826cccc44d2e9337bcc5f60819e3557ad80559c3c86581fe5ae0f4d206acc8808f30afd22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.11.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210622
6
+
3
7
  ### v0.10.0 (2021-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210531
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDirectoryV1
18
18
  # Version of the google-apis-admin_directory_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210531"
25
+ REVISION = "20210622"
26
26
  end
27
27
  end
28
28
  end
@@ -1921,8 +1921,6 @@ module Google
1921
1921
  # Users resource](/admin-sdk/directory/v1/reference/users).
1922
1922
  # @param [String] org_unit_path
1923
1923
  # The full path of the organizational unit or its unique ID.
1924
- # @param [Boolean] allow_plus
1925
- # Parses org unit path without url decode to allow for plus in ou name
1926
1924
  # @param [String] fields
1927
1925
  # Selector specifying which fields to include in a partial response.
1928
1926
  # @param [String] quota_user
@@ -1940,11 +1938,10 @@ module Google
1940
1938
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1941
1939
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1942
1940
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1943
- def delete_org_unit(customer_id, org_unit_path, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
1941
+ def delete_org_unit(customer_id, org_unit_path, fields: nil, quota_user: nil, options: nil, &block)
1944
1942
  command = make_simple_command(:delete, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
1945
1943
  command.params['customerId'] = customer_id unless customer_id.nil?
1946
1944
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
1947
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
1948
1945
  command.query['fields'] = fields unless fields.nil?
1949
1946
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1950
1947
  execute_or_queue_command(command, &block)
@@ -1958,8 +1955,6 @@ module Google
1958
1955
  # Users resource](/admin-sdk/directory/v1/reference/users).
1959
1956
  # @param [String] org_unit_path
1960
1957
  # The full path of the organizational unit or its unique ID.
1961
- # @param [Boolean] allow_plus
1962
- # Parses org unit path without url decode to allow for plus in ou name
1963
1958
  # @param [String] fields
1964
1959
  # Selector specifying which fields to include in a partial response.
1965
1960
  # @param [String] quota_user
@@ -1977,13 +1972,12 @@ module Google
1977
1972
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1978
1973
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1979
1974
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1980
- def get_org_unit(customer_id, org_unit_path, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
1975
+ def get_org_unit(customer_id, org_unit_path, fields: nil, quota_user: nil, options: nil, &block)
1981
1976
  command = make_simple_command(:get, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
1982
1977
  command.response_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
1983
1978
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
1984
1979
  command.params['customerId'] = customer_id unless customer_id.nil?
1985
1980
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
1986
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
1987
1981
  command.query['fields'] = fields unless fields.nil?
1988
1982
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1989
1983
  execute_or_queue_command(command, &block)
@@ -2075,8 +2069,6 @@ module Google
2075
2069
  # @param [String] org_unit_path
2076
2070
  # The full path of the organizational unit or its unique ID.
2077
2071
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2078
- # @param [Boolean] allow_plus
2079
- # Parses org unit path without url decode to allow for plus in ou name
2080
2072
  # @param [String] fields
2081
2073
  # Selector specifying which fields to include in a partial response.
2082
2074
  # @param [String] quota_user
@@ -2094,7 +2086,7 @@ module Google
2094
2086
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2095
2087
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2096
2088
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2097
- def patch_org_unit(customer_id, org_unit_path, org_unit_object = nil, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
2089
+ def patch_org_unit(customer_id, org_unit_path, org_unit_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2098
2090
  command = make_simple_command(:patch, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
2099
2091
  command.request_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
2100
2092
  command.request_object = org_unit_object
@@ -2102,7 +2094,6 @@ module Google
2102
2094
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
2103
2095
  command.params['customerId'] = customer_id unless customer_id.nil?
2104
2096
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
2105
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
2106
2097
  command.query['fields'] = fields unless fields.nil?
2107
2098
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2108
2099
  execute_or_queue_command(command, &block)
@@ -2117,8 +2108,6 @@ module Google
2117
2108
  # @param [String] org_unit_path
2118
2109
  # The full path of the organizational unit or its unique ID.
2119
2110
  # @param [Google::Apis::AdminDirectoryV1::OrgUnit] org_unit_object
2120
- # @param [Boolean] allow_plus
2121
- # Parses org unit path without url decode to allow for plus in ou name
2122
2111
  # @param [String] fields
2123
2112
  # Selector specifying which fields to include in a partial response.
2124
2113
  # @param [String] quota_user
@@ -2136,7 +2125,7 @@ module Google
2136
2125
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2137
2126
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2138
2127
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2139
- def update_org_unit(customer_id, org_unit_path, org_unit_object = nil, allow_plus: nil, fields: nil, quota_user: nil, options: nil, &block)
2128
+ def update_org_unit(customer_id, org_unit_path, org_unit_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2140
2129
  command = make_simple_command(:put, 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}', options)
2141
2130
  command.request_representation = Google::Apis::AdminDirectoryV1::OrgUnit::Representation
2142
2131
  command.request_object = org_unit_object
@@ -2144,7 +2133,6 @@ module Google
2144
2133
  command.response_class = Google::Apis::AdminDirectoryV1::OrgUnit
2145
2134
  command.params['customerId'] = customer_id unless customer_id.nil?
2146
2135
  command.params['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
2147
- command.query['allowPlus'] = allow_plus unless allow_plus.nil?
2148
2136
  command.query['fields'] = fields unless fields.nil?
2149
2137
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2150
2138
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_directory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Admin SDK API DirectoryV1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
57
63
  post_install_message:
58
64
  rdoc_options: []