google-apis-oslogin_v1alpha 0.2.0 → 0.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 633ec0e765a6f77446e078ac4961c5998386303ea5c14eb5ae14f21e8f1a2402
4
- data.tar.gz: 94ffdfce6c2951709fdbb3ddcc568224d2db4339563bcf0728dcbcf98bb555f1
3
+ metadata.gz: e8096120aadc50f1f7d5bc4bc3fb0178b4a84f4225ff60f982979e6b4b8e542e
4
+ data.tar.gz: 79230b3d213928ebae012a17084d3531ecca84e44f7b06a8c394e5fcbce33850
5
5
  SHA512:
6
- metadata.gz: ee1b8a50f0908530c64e8d03278cb1d521d1493a0f9c8660be4d98e6b4d9c869668e36c2f628763e3829c33369745c319d772c637aefc957f7aa92eebd32c1c4
7
- data.tar.gz: bf710397a45e2aeb7df5ad2b2de00d88741d15fe4f06b1d527ca9c965c33a8cfe4dac281e77264fa0f0fe80e1660343f43243094a5fd3dca2457c4ef3fbf76dc
6
+ metadata.gz: 5e2aa960840eaf8a17b9c1fa9bc46d03e3f7b1dd7d07403b269841240a49b97e61f901d7bf019b468eadb08850870116b3a5f0a1a84e5b76a0e99c7bd33f78ad
7
+ data.tar.gz: 176421c3159fa153349299c8e34a35d606e07cf8874855a93f6292bdb1516ca0c78ae91299e51274658d0c06c86fbb350c1e12f2fe91acc07062b21fbbe73790
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-oslogin_v1alpha
2
2
 
3
+ ### v0.3.0 (2021-04-01)
4
+
5
+ * Regenerated from discovery document revision 20210329
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha'
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 OsloginV1alpha
18
18
  # Version of the google-apis-oslogin_v1alpha gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200919"
25
+ REVISION = "20210329"
26
26
  end
27
27
  end
28
28
  end
@@ -59,6 +59,8 @@ module Google
59
59
  # The project ID of the Google Cloud Platform project.
60
60
  # @param [String] system_id
61
61
  # A system ID for filtering the results of the request.
62
+ # @param [String] view
63
+ # The view configures whether to retrieve security keys information.
62
64
  # @param [String] fields
63
65
  # Selector specifying which fields to include in a partial response.
64
66
  # @param [String] quota_user
@@ -76,7 +78,7 @@ module Google
76
78
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
77
79
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
78
80
  # @raise [Google::Apis::AuthorizationError] Authorization is required
79
- def get_user_login_profile(name, operating_system_type: nil, project_id: nil, system_id: nil, fields: nil, quota_user: nil, options: nil, &block)
81
+ def get_user_login_profile(name, operating_system_type: nil, project_id: nil, system_id: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
80
82
  command = make_simple_command(:get, 'v1alpha/{+name}/loginProfile', options)
81
83
  command.response_representation = Google::Apis::OsloginV1alpha::LoginProfile::Representation
82
84
  command.response_class = Google::Apis::OsloginV1alpha::LoginProfile
@@ -84,6 +86,7 @@ module Google
84
86
  command.query['operatingSystemType'] = operating_system_type unless operating_system_type.nil?
85
87
  command.query['projectId'] = project_id unless project_id.nil?
86
88
  command.query['systemId'] = system_id unless system_id.nil?
89
+ command.query['view'] = view unless view.nil?
87
90
  command.query['fields'] = fields unless fields.nil?
88
91
  command.query['quotaUser'] = quota_user unless quota_user.nil?
89
92
  execute_or_queue_command(command, &block)
@@ -97,6 +100,8 @@ module Google
97
100
  # @param [Google::Apis::OsloginV1alpha::SshPublicKey] ssh_public_key_object
98
101
  # @param [String] project_id
99
102
  # The project ID of the Google Cloud Platform project.
103
+ # @param [String] view
104
+ # The view configures whether to retrieve security keys information.
100
105
  # @param [String] fields
101
106
  # Selector specifying which fields to include in a partial response.
102
107
  # @param [String] quota_user
@@ -114,7 +119,7 @@ module Google
114
119
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
115
120
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
116
121
  # @raise [Google::Apis::AuthorizationError] Authorization is required
117
- def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
122
+ 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)
118
123
  command = make_simple_command(:post, 'v1alpha/{+parent}:importSshPublicKey', options)
119
124
  command.request_representation = Google::Apis::OsloginV1alpha::SshPublicKey::Representation
120
125
  command.request_object = ssh_public_key_object
@@ -122,6 +127,7 @@ module Google
122
127
  command.response_class = Google::Apis::OsloginV1alpha::ImportSshPublicKeyResponse
123
128
  command.params['parent'] = parent unless parent.nil?
124
129
  command.query['projectId'] = project_id unless project_id.nil?
130
+ command.query['view'] = view unless view.nil?
125
131
  command.query['fields'] = fields unless fields.nil?
126
132
  command.query['quotaUser'] = quota_user unless quota_user.nil?
127
133
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-oslogin_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-oslogin_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []