google-apis-osconfig_v1 0.38.0 → 0.39.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b378b485c4f3882930016d9c09bc708edd8d036e04dd06c075bc244b45fafaf5
|
4
|
+
data.tar.gz: a3e24164862206dbd127347b6e438b626021cad14e06fe0b3c3c261e41f4295d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a78d145bff6c9e68b4234af63f93523faf552609d8245f731c57e337a0b97e6d2e5fec46ec57082fc7dd7ee69de2e0de68b6ef9d925d572e9b32f069bcdec242
|
7
|
+
data.tar.gz: dfc2d0ec56112168386f25a0e87950054290295a5ae3bf3e5bd3d8c78056729b579d121ef9b43ee9214934e55d80742aa7df36a30381c9bb73e1b2d436531967
|
data/CHANGELOG.md
CHANGED
@@ -3196,18 +3196,18 @@ module Google
|
|
3196
3196
|
end
|
3197
3197
|
end
|
3198
3198
|
|
3199
|
-
# ProjectFeatureSettings represents the
|
3200
|
-
#
|
3199
|
+
# ProjectFeatureSettings represents the VM Manager feature settings in a project.
|
3200
|
+
# For more information, see Enable full VM Manager functionality.
|
3201
3201
|
class ProjectFeatureSettings
|
3202
3202
|
include Google::Apis::Core::Hashable
|
3203
3203
|
|
3204
|
-
# Required. Immutable. Name
|
3205
|
-
# projectFeatureSettings
|
3204
|
+
# Required. Immutable. Name specifies the URL for the ProjectFeatureSettings
|
3205
|
+
# resource: projects/project_id/locations/global/projectFeatureSettings.
|
3206
3206
|
# Corresponds to the JSON property `name`
|
3207
3207
|
# @return [String]
|
3208
3208
|
attr_accessor :name
|
3209
3209
|
|
3210
|
-
#
|
3210
|
+
# Set PatchAndConfigFeatureSet for the project.
|
3211
3211
|
# Corresponds to the JSON property `patchAndConfigFeatureSet`
|
3212
3212
|
# @return [String]
|
3213
3213
|
attr_accessor :patch_and_config_feature_set
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsconfigV1
|
18
18
|
# Version of the google-apis-osconfig_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240407"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,10 +52,11 @@ module Google
|
|
52
52
|
@batch_path = 'batch'
|
53
53
|
end
|
54
54
|
|
55
|
-
# GetProjectFeatureSettings returns the feature settings for a
|
55
|
+
# GetProjectFeatureSettings returns the VM Manager feature settings for a
|
56
|
+
# project.
|
56
57
|
# @param [String] name
|
57
|
-
# Required. Name
|
58
|
-
# projectFeatureSettings
|
58
|
+
# Required. Name specifies the URL for the ProjectFeatureSettings resource:
|
59
|
+
# projects/project_id/locations/global/projectFeatureSettings.
|
59
60
|
# @param [String] fields
|
60
61
|
# Selector specifying which fields to include in a partial response.
|
61
62
|
# @param [String] quota_user
|
@@ -83,10 +84,10 @@ module Google
|
|
83
84
|
execute_or_queue_command(command, &block)
|
84
85
|
end
|
85
86
|
|
86
|
-
# UpdateProjectFeatureSettings sets the
|
87
|
+
# UpdateProjectFeatureSettings sets the VM Manager features for a project.
|
87
88
|
# @param [String] name
|
88
|
-
# Required. Immutable. Name
|
89
|
-
# projectFeatureSettings
|
89
|
+
# Required. Immutable. Name specifies the URL for the ProjectFeatureSettings
|
90
|
+
# resource: projects/project_id/locations/global/projectFeatureSettings.
|
90
91
|
# @param [Google::Apis::OsconfigV1::ProjectFeatureSettings] project_feature_settings_object
|
91
92
|
# @param [String] update_mask
|
92
93
|
# Optional. Field mask that controls which fields of the ProjectFeatureSettings
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-osconfig_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.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: 2024-
|
11
|
+
date: 2024-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.39.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|