influxdb-client-apis 1.15.0.pre.2407 → 1.15.0.pre.2461

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/lib/influxdb2/apis/generated/api/authorizations_api.rb +0 -1
  3. data/lib/influxdb2/apis/generated/api/buckets_api.rb +0 -1
  4. data/lib/influxdb2/apis/generated/api/labels_api.rb +0 -1
  5. data/lib/influxdb2/apis/generated/api/organizations_api.rb +0 -1
  6. data/lib/influxdb2/apis/generated/api/users_api.rb +0 -1
  7. data/lib/influxdb2/apis/generated/api_client.rb +0 -1
  8. data/lib/influxdb2/apis/generated/api_error.rb +0 -1
  9. data/lib/influxdb2/apis/generated/configuration.rb +1 -2
  10. data/lib/influxdb2/apis/generated/models/authorization.rb +23 -5
  11. data/lib/influxdb2/apis/generated/models/authorization_all_of.rb +19 -5
  12. data/lib/influxdb2/apis/generated/models/authorization_all_of_links.rb +3 -4
  13. data/lib/influxdb2/apis/generated/models/authorization_update_request.rb +3 -4
  14. data/lib/influxdb2/apis/generated/models/authorizations.rb +3 -4
  15. data/lib/influxdb2/apis/generated/models/bucket.rb +3 -4
  16. data/lib/influxdb2/apis/generated/models/bucket_links.rb +3 -4
  17. data/lib/influxdb2/apis/generated/models/buckets.rb +3 -4
  18. data/lib/influxdb2/apis/generated/models/label.rb +3 -4
  19. data/lib/influxdb2/apis/generated/models/label_create_request.rb +3 -4
  20. data/lib/influxdb2/apis/generated/models/label_mapping.rb +3 -4
  21. data/lib/influxdb2/apis/generated/models/label_response.rb +3 -4
  22. data/lib/influxdb2/apis/generated/models/label_update.rb +3 -4
  23. data/lib/influxdb2/apis/generated/models/labels_response.rb +3 -4
  24. data/lib/influxdb2/apis/generated/models/links.rb +3 -4
  25. data/lib/influxdb2/apis/generated/models/organization.rb +3 -4
  26. data/lib/influxdb2/apis/generated/models/organization_links.rb +3 -4
  27. data/lib/influxdb2/apis/generated/models/organizations.rb +3 -4
  28. data/lib/influxdb2/apis/generated/models/permission.rb +3 -4
  29. data/lib/influxdb2/apis/generated/models/post_bucket_request.rb +3 -4
  30. data/lib/influxdb2/apis/generated/models/resource.rb +4 -5
  31. data/lib/influxdb2/apis/generated/models/resource_member.rb +3 -4
  32. data/lib/influxdb2/apis/generated/models/resource_member_all_of.rb +3 -4
  33. data/lib/influxdb2/apis/generated/models/resource_members.rb +3 -4
  34. data/lib/influxdb2/apis/generated/models/resource_owner.rb +3 -4
  35. data/lib/influxdb2/apis/generated/models/resource_owner_all_of.rb +3 -4
  36. data/lib/influxdb2/apis/generated/models/resource_owners.rb +3 -4
  37. data/lib/influxdb2/apis/generated/models/retention_rule.rb +3 -4
  38. data/lib/influxdb2/apis/generated/models/user.rb +3 -4
  39. data/lib/influxdb2/apis/generated/models/user_links.rb +3 -4
  40. data/lib/influxdb2/apis/generated/models/users.rb +3 -4
  41. data/lib/influxdb2/apis/generated/models/users_links.rb +3 -4
  42. metadata +4 -4
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -24,7 +23,7 @@ module InfluxDB2::API
24
23
  # Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
25
24
  attr_accessor :properties
26
25
 
27
- # Attribute mapping from ruby-style variable name to JSON key
26
+ # Attribute mapping from ruby-style variable name to JSON key.
28
27
  def self.attribute_map
29
28
  {
30
29
  :'id' => :'id',
@@ -40,7 +39,7 @@ module InfluxDB2::API
40
39
  :'id' => :'String',
41
40
  :'org_id' => :'String',
42
41
  :'name' => :'String',
43
- :'properties' => :'Hash<String, String>',
42
+ :'properties' => :'Hash<String, String>'
44
43
  }
45
44
  end
46
45
 
@@ -117,7 +116,7 @@ module InfluxDB2::API
117
116
  # Calculates hash code according to all attributes.
118
117
  # @return [Integer] Hash code
119
118
  def hash
120
- [id, org_id, name, properties, ].hash
119
+ [id, org_id, name, properties].hash
121
120
  end
122
121
 
123
122
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -22,7 +21,7 @@ module InfluxDB2::API
22
21
  # Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
23
22
  attr_accessor :properties
24
23
 
25
- # Attribute mapping from ruby-style variable name to JSON key
24
+ # Attribute mapping from ruby-style variable name to JSON key.
26
25
  def self.attribute_map
27
26
  {
28
27
  :'org_id' => :'orgID',
@@ -36,7 +35,7 @@ module InfluxDB2::API
36
35
  {
37
36
  :'org_id' => :'String',
38
37
  :'name' => :'String',
39
- :'properties' => :'Hash<String, String>',
38
+ :'properties' => :'Hash<String, String>'
40
39
  }
41
40
  end
42
41
 
@@ -118,7 +117,7 @@ module InfluxDB2::API
118
117
  # Calculates hash code according to all attributes.
119
118
  # @return [Integer] Hash code
120
119
  def hash
121
- [org_id, name, properties, ].hash
120
+ [org_id, name, properties].hash
122
121
  end
123
122
 
124
123
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -17,7 +16,7 @@ module InfluxDB2::API
17
16
  class LabelMapping
18
17
  attr_accessor :label_id
19
18
 
20
- # Attribute mapping from ruby-style variable name to JSON key
19
+ # Attribute mapping from ruby-style variable name to JSON key.
21
20
  def self.attribute_map
22
21
  {
23
22
  :'label_id' => :'labelID',
@@ -27,7 +26,7 @@ module InfluxDB2::API
27
26
  # Attribute type mapping.
28
27
  def self.openapi_types
29
28
  {
30
- :'label_id' => :'String',
29
+ :'label_id' => :'String'
31
30
  }
32
31
  end
33
32
 
@@ -87,7 +86,7 @@ module InfluxDB2::API
87
86
  # Calculates hash code according to all attributes.
88
87
  # @return [Integer] Hash code
89
88
  def hash
90
- [label_id, ].hash
89
+ [label_id].hash
91
90
  end
92
91
 
93
92
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :links
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'label' => :'label',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'label' => :'Label',
34
- :'links' => :'Links',
33
+ :'links' => :'Links'
35
34
  }
36
35
  end
37
36
 
@@ -96,7 +95,7 @@ module InfluxDB2::API
96
95
  # Calculates hash code according to all attributes.
97
96
  # @return [Integer] Hash code
98
97
  def hash
99
- [label, links, ].hash
98
+ [label, links].hash
100
99
  end
101
100
 
102
101
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -20,7 +19,7 @@ module InfluxDB2::API
20
19
  # Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
21
20
  attr_accessor :properties
22
21
 
23
- # Attribute mapping from ruby-style variable name to JSON key
22
+ # Attribute mapping from ruby-style variable name to JSON key.
24
23
  def self.attribute_map
25
24
  {
26
25
  :'name' => :'name',
@@ -32,7 +31,7 @@ module InfluxDB2::API
32
31
  def self.openapi_types
33
32
  {
34
33
  :'name' => :'String',
35
- :'properties' => :'Hash<String, String>',
34
+ :'properties' => :'Hash<String, String>'
36
35
  }
37
36
  end
38
37
 
@@ -99,7 +98,7 @@ module InfluxDB2::API
99
98
  # Calculates hash code according to all attributes.
100
99
  # @return [Integer] Hash code
101
100
  def hash
102
- [name, properties, ].hash
101
+ [name, properties].hash
103
102
  end
104
103
 
105
104
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :links
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'labels' => :'labels',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'labels' => :'Array<Label>',
34
- :'links' => :'Links',
33
+ :'links' => :'Links'
35
34
  }
36
35
  end
37
36
 
@@ -98,7 +97,7 @@ module InfluxDB2::API
98
97
  # Calculates hash code according to all attributes.
99
98
  # @return [Integer] Hash code
100
99
  def hash
101
- [labels, links, ].hash
100
+ [labels, links].hash
102
101
  end
103
102
 
104
103
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -24,7 +23,7 @@ module InfluxDB2::API
24
23
  # URI of resource.
25
24
  attr_accessor :prev
26
25
 
27
- # Attribute mapping from ruby-style variable name to JSON key
26
+ # Attribute mapping from ruby-style variable name to JSON key.
28
27
  def self.attribute_map
29
28
  {
30
29
  :'_next' => :'next',
@@ -38,7 +37,7 @@ module InfluxDB2::API
38
37
  {
39
38
  :'_next' => :'String',
40
39
  :'_self' => :'String',
41
- :'prev' => :'String',
40
+ :'prev' => :'String'
42
41
  }
43
42
  end
44
43
 
@@ -113,7 +112,7 @@ module InfluxDB2::API
113
112
  # Calculates hash code according to all attributes.
114
113
  # @return [Integer] Hash code
115
114
  def hash
116
- [_next, _self, prev, ].hash
115
+ [_next, _self, prev].hash
117
116
  end
118
117
 
119
118
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -52,7 +51,7 @@ module InfluxDB2::API
52
51
  end
53
52
  end
54
53
 
55
- # Attribute mapping from ruby-style variable name to JSON key
54
+ # Attribute mapping from ruby-style variable name to JSON key.
56
55
  def self.attribute_map
57
56
  {
58
57
  :'links' => :'links',
@@ -74,7 +73,7 @@ module InfluxDB2::API
74
73
  :'description' => :'String',
75
74
  :'created_at' => :'Time',
76
75
  :'updated_at' => :'Time',
77
- :'status' => :'String',
76
+ :'status' => :'String'
78
77
  }
79
78
  end
80
79
 
@@ -183,7 +182,7 @@ module InfluxDB2::API
183
182
  # Calculates hash code according to all attributes.
184
183
  # @return [Integer] Hash code
185
184
  def hash
186
- [links, id, name, description, created_at, updated_at, status, ].hash
185
+ [links, id, name, description, created_at, updated_at, status].hash
187
186
  end
188
187
 
189
188
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -39,7 +38,7 @@ module InfluxDB2::API
39
38
  # URI of resource.
40
39
  attr_accessor :dashboards
41
40
 
42
- # Attribute mapping from ruby-style variable name to JSON key
41
+ # Attribute mapping from ruby-style variable name to JSON key.
43
42
  def self.attribute_map
44
43
  {
45
44
  :'_self' => :'self',
@@ -63,7 +62,7 @@ module InfluxDB2::API
63
62
  :'secrets' => :'String',
64
63
  :'buckets' => :'String',
65
64
  :'tasks' => :'String',
66
- :'dashboards' => :'String',
65
+ :'dashboards' => :'String'
67
66
  }
68
67
  end
69
68
 
@@ -158,7 +157,7 @@ module InfluxDB2::API
158
157
  # Calculates hash code according to all attributes.
159
158
  # @return [Integer] Hash code
160
159
  def hash
161
- [_self, members, owners, labels, secrets, buckets, tasks, dashboards, ].hash
160
+ [_self, members, owners, labels, secrets, buckets, tasks, dashboards].hash
162
161
  end
163
162
 
164
163
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :orgs
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'links' => :'links',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'links' => :'Links',
34
- :'orgs' => :'Array<Organization>',
33
+ :'orgs' => :'Array<Organization>'
35
34
  }
36
35
  end
37
36
 
@@ -98,7 +97,7 @@ module InfluxDB2::API
98
97
  # Calculates hash code according to all attributes.
99
98
  # @return [Integer] Hash code
100
99
  def hash
101
- [links, orgs, ].hash
100
+ [links, orgs].hash
102
101
  end
103
102
 
104
103
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -41,7 +40,7 @@ module InfluxDB2::API
41
40
  end
42
41
  end
43
42
 
44
- # Attribute mapping from ruby-style variable name to JSON key
43
+ # Attribute mapping from ruby-style variable name to JSON key.
45
44
  def self.attribute_map
46
45
  {
47
46
  :'action' => :'action',
@@ -53,7 +52,7 @@ module InfluxDB2::API
53
52
  def self.openapi_types
54
53
  {
55
54
  :'action' => :'String',
56
- :'resource' => :'Resource',
55
+ :'resource' => :'Resource'
57
56
  }
58
57
  end
59
58
 
@@ -140,7 +139,7 @@ module InfluxDB2::API
140
139
  # Calculates hash code according to all attributes.
141
140
  # @return [Integer] Hash code
142
141
  def hash
143
- [action, resource, ].hash
142
+ [action, resource].hash
144
143
  end
145
144
 
146
145
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -26,7 +25,7 @@ module InfluxDB2::API
26
25
  # Rules to expire or retain data. No rules means data never expires.
27
26
  attr_accessor :retention_rules
28
27
 
29
- # Attribute mapping from ruby-style variable name to JSON key
28
+ # Attribute mapping from ruby-style variable name to JSON key.
30
29
  def self.attribute_map
31
30
  {
32
31
  :'org_id' => :'orgID',
@@ -44,7 +43,7 @@ module InfluxDB2::API
44
43
  :'name' => :'String',
45
44
  :'description' => :'String',
46
45
  :'rp' => :'String',
47
- :'retention_rules' => :'Array<RetentionRule>',
46
+ :'retention_rules' => :'Array<RetentionRule>'
48
47
  }
49
48
  end
50
49
 
@@ -141,7 +140,7 @@ module InfluxDB2::API
141
140
  # Calculates hash code according to all attributes.
142
141
  # @return [Integer] Hash code
143
142
  def hash
144
- [org_id, name, description, rp, retention_rules, ].hash
143
+ [org_id, name, description, rp, retention_rules].hash
145
144
  end
146
145
 
147
146
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -51,7 +50,7 @@ module InfluxDB2::API
51
50
  end
52
51
  end
53
52
 
54
- # Attribute mapping from ruby-style variable name to JSON key
53
+ # Attribute mapping from ruby-style variable name to JSON key.
55
54
  def self.attribute_map
56
55
  {
57
56
  :'type' => :'type',
@@ -69,7 +68,7 @@ module InfluxDB2::API
69
68
  :'id' => :'String',
70
69
  :'name' => :'String',
71
70
  :'org_id' => :'String',
72
- :'org' => :'String',
71
+ :'org' => :'String'
73
72
  }
74
73
  end
75
74
 
@@ -79,7 +78,7 @@ module InfluxDB2::API
79
78
  :'id',
80
79
  :'name',
81
80
  :'org_id',
82
- :'org',
81
+ :'org'
83
82
  ])
84
83
  end
85
84
 
@@ -170,7 +169,7 @@ module InfluxDB2::API
170
169
  # Calculates hash code according to all attributes.
171
170
  # @return [Integer] Hash code
172
171
  def hash
173
- [type, id, name, org_id, org, ].hash
172
+ [type, id, name, org_id, org].hash
174
173
  end
175
174
 
176
175
  # Builds the object from hash