influxdb-client-apis 2.2.0.pre.3845 → 2.2.0.pre.4244

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: a8d659b92ef997073d7208fe2c91c0abde251968188ec26936a8a11ebc020352
4
- data.tar.gz: dafa204cef90c55ac3060e0e3c4c6d9fcaaf99d58bf19066f1c3bebed42a7fd6
3
+ metadata.gz: 54b9cac8f4bb6178d45054e94f734cff721e6190f1ccda1cd5659654e758096f
4
+ data.tar.gz: 7949aa934d63bbe8434533873fd589e269c11247a97dd5375b6d4d8ccdf121bb
5
5
  SHA512:
6
- metadata.gz: 1ebbdc8cf94aebd796f5179691531a8320b51e1ffc053e0b158c5d8ab5126284a7f8c2aa2a46063526327d8ef2682ad024a7e659b8cad6a4348112029adcc2c4
7
- data.tar.gz: 100ed1a8c88a8c3ce15de5545ca7cb88196b8c182dccd6c3fef871a282ee494f617d2cc3fdbdc3445270ca542f4ef3cdf5019bc5ff2e2fd339ac3add11aae8a3
6
+ metadata.gz: 0c9056b969fa90bc885d645e19a691201969d424d515777e358133c614267536c907dda62c234c33051a848b2ecc7caa517c2fd13447a0d7bc697614ce1cb570
7
+ data.tar.gz: 515498ecf6fa297478c1ecd02c1468e495cca5b453c1a98d7580b53d21b8652319af690fcd1d6bcb372bfd43c0c58e2651b230f289885ba1db511de7f26d19b2
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -76,10 +76,6 @@ module InfluxDB2::API
76
76
  # List of attributes with nullable: true
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
- :'id',
80
- :'name',
81
- :'org_id',
82
- :'org'
83
79
  ])
84
80
  end
85
81
 
@@ -134,7 +130,7 @@ module InfluxDB2::API
134
130
  # @return true if the model is valid
135
131
  def valid?
136
132
  return false if @type.nil?
137
- type_validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations"])
133
+ type_validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations", "remotes", "replications"])
138
134
  return false unless type_validator.valid?(@type)
139
135
  true
140
136
  end
@@ -142,7 +138,7 @@ module InfluxDB2::API
142
138
  # Custom attribute writer method checking allowed values (enum).
143
139
  # @param [Object] type Object to be assigned
144
140
  def type=(type)
145
- validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations"])
141
+ validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations", "remotes", "replications"])
146
142
  unless validator.valid?(type)
147
143
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
148
144
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client-apis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.pre.3845
4
+ version: 2.2.0.pre.4244
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-22 00:00:00.000000000 Z
11
+ date: 2022-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: influxdb-client
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.2.0.pre.3845
19
+ version: 2.2.0.pre.4244
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.2.0.pre.3845
26
+ version: 2.2.0.pre.4244
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
244
  - !ruby/object:Gem::Version
245
245
  version: 1.3.1
246
246
  requirements: []
247
- rubygems_version: 3.2.22
247
+ rubygems_version: 3.2.32
248
248
  signing_key:
249
249
  specification_version: 4
250
250
  summary: Contains client APIs for InfluxDB v2.0.