google-apis-oslogin_v1beta 0.2.0 → 0.7.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: 259e691f5b9a1f46b7b53a18d341deadc24790242d9b5e78bacbfe93887a10f1
4
- data.tar.gz: d4d50e39e45adbe3f2daa34670c686911d6eae50a2299d71f45058ed48fe4f53
3
+ metadata.gz: bac2016df5ebea0a79c97e9242ca212dd1d54058626581963818a64aad0d8614
4
+ data.tar.gz: ea45c20a92d312f8e08a7ed6aeb9b81a0681e553098ea2e02e487e5cdd2bcfe3
5
5
  SHA512:
6
- metadata.gz: 47c424e35dca4f55722f31ac534429eb25fe5a1aa48554efdf1066680ea0e3a7bfad8925185ddec42eb124c21a398c7e786954a9a1482384bfe7a36f92fdebae
7
- data.tar.gz: 58369c22870a21067f9fc5d10403b8ea448dd9fea471440fa0bc2df433470ceb9c17cd276dab9905cc021ca2b3d14100dc25b637ec29d4df28ccae535377f4ac
6
+ metadata.gz: 6224f912cf171395e438417b0d70a0484d829ff18f19cfce31b9fbc900a69fd96f2df8ce510545160cda652243253f85583772998a3fb00fc83a8fa8c49ab602
7
+ data.tar.gz: 9783dacc090cf84ffb6d23a53fce6e9d17a660e524bc5be1c79dba889e0c80f611696a320d8475cc0ee270a9877162d7792ea41b72cbe35b306806a4868208ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-oslogin_v1beta
2
2
 
3
+ ### v0.7.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.6.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.5.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.4.0 (2021-05-08)
16
+
17
+ * Regenerated from discovery document revision 20210501
18
+
19
+ ### v0.3.0 (2021-04-01)
20
+
21
+ * Regenerated from discovery document revision 20210329
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.2.0 (2021-03-04)
4
25
 
5
26
  * Regenerated using generator version 0.1.2
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View your data across Google Cloud Platform services
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsloginV1beta
18
18
  # Version of the google-apis-oslogin_v1beta gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200810"
25
+ REVISION = "20210501"
26
26
  end
27
27
  end
28
28
  end
@@ -57,6 +57,8 @@ module Google
57
57
  # The project ID of the Google Cloud Platform project.
58
58
  # @param [String] system_id
59
59
  # A system ID for filtering the results of the request.
60
+ # @param [String] view
61
+ # The view configures whether to retrieve security keys information.
60
62
  # @param [String] fields
61
63
  # Selector specifying which fields to include in a partial response.
62
64
  # @param [String] quota_user
@@ -74,13 +76,14 @@ module Google
74
76
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
75
77
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
76
78
  # @raise [Google::Apis::AuthorizationError] Authorization is required
77
- def get_user_login_profile(name, project_id: nil, system_id: nil, fields: nil, quota_user: nil, options: nil, &block)
79
+ def get_user_login_profile(name, project_id: nil, system_id: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
78
80
  command = make_simple_command(:get, 'v1beta/{+name}/loginProfile', options)
79
81
  command.response_representation = Google::Apis::OsloginV1beta::LoginProfile::Representation
80
82
  command.response_class = Google::Apis::OsloginV1beta::LoginProfile
81
83
  command.params['name'] = name unless name.nil?
82
84
  command.query['projectId'] = project_id unless project_id.nil?
83
85
  command.query['systemId'] = system_id unless system_id.nil?
86
+ command.query['view'] = view unless view.nil?
84
87
  command.query['fields'] = fields unless fields.nil?
85
88
  command.query['quotaUser'] = quota_user unless quota_user.nil?
86
89
  execute_or_queue_command(command, &block)
@@ -94,6 +97,8 @@ module Google
94
97
  # @param [Google::Apis::OsloginV1beta::SshPublicKey] ssh_public_key_object
95
98
  # @param [String] project_id
96
99
  # The project ID of the Google Cloud Platform project.
100
+ # @param [String] view
101
+ # The view configures whether to retrieve security keys information.
97
102
  # @param [String] fields
98
103
  # Selector specifying which fields to include in a partial response.
99
104
  # @param [String] quota_user
@@ -111,7 +116,7 @@ module Google
111
116
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
117
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
118
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
119
+ def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
115
120
  command = make_simple_command(:post, 'v1beta/{+parent}:importSshPublicKey', options)
116
121
  command.request_representation = Google::Apis::OsloginV1beta::SshPublicKey::Representation
117
122
  command.request_object = ssh_public_key_object
@@ -119,6 +124,7 @@ module Google
119
124
  command.response_class = Google::Apis::OsloginV1beta::ImportSshPublicKeyResponse
120
125
  command.params['parent'] = parent unless parent.nil?
121
126
  command.query['projectId'] = project_id unless project_id.nil?
127
+ command.query['view'] = view unless view.nil?
122
128
  command.query['fields'] = fields unless fields.nil?
123
129
  command.query['quotaUser'] = quota_user unless quota_user.nil?
124
130
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.4'
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.4'
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 Cloud OS Login API V1beta. 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-oslogin_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-oslogin_v1beta
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud OS Login API V1beta