@@ -102,7 +102,7 @@ def create_confluent_resource(account_id, body, opts = {})
102
102
#
103
103
# Create a Confluent resource for the account associated with the provided ID.
104
104
#
105
- # @param account_id [String] Confluent Account id .
105
+ # @param account_id [String] Confluent Account ID .
106
106
# @param body [ConfluentResourceRequest] Confluent payload
107
107
# @param opts [Hash] the optional parameters
108
108
# @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -174,7 +174,7 @@ def delete_confluent_account(account_id, opts = {})
174
174
#
175
175
# Delete a Confluent account with the provided account ID.
176
176
#
177
- # @param account_id [String] Confluent Account id .
177
+ # @param account_id [String] Confluent Account ID .
178
178
# @param opts [Hash] the optional parameters
179
179
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
180
180
def delete_confluent_account_with_http_info ( account_id , opts = { } )
@@ -239,7 +239,7 @@ def delete_confluent_resource(account_id, resource_id, opts = {})
239
239
#
240
240
# Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
241
241
#
242
- # @param account_id [String] Confluent Account id .
242
+ # @param account_id [String] Confluent Account ID .
243
243
# @param resource_id [String] Confluent Account Resource ID.
244
244
# @param opts [Hash] the optional parameters
245
245
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -309,7 +309,7 @@ def get_confluent_account(account_id, opts = {})
309
309
#
310
310
# Get the Confluent account with the provided account ID.
311
311
#
312
- # @param account_id [String] Confluent Account id .
312
+ # @param account_id [String] Confluent Account ID .
313
313
# @param opts [Hash] the optional parameters
314
314
# @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers
315
315
def get_confluent_account_with_http_info ( account_id , opts = { } )
@@ -374,7 +374,7 @@ def get_confluent_resource(account_id, resource_id, opts = {})
374
374
#
375
375
# Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
376
376
#
377
- # @param account_id [String] Confluent Account id .
377
+ # @param account_id [String] Confluent Account ID .
378
378
# @param resource_id [String] Confluent Account Resource ID.
379
379
# @param opts [Hash] the optional parameters
380
380
# @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -504,7 +504,7 @@ def list_confluent_resource(account_id, opts = {})
504
504
#
505
505
# Get a Confluent resource for the account associated with the provided ID.
506
506
#
507
- # @param account_id [String] Confluent Account id .
507
+ # @param account_id [String] Confluent Account ID .
508
508
# @param opts [Hash] the optional parameters
509
509
# @return [Array<(ConfluentResourcesResponse, Integer, Hash)>] ConfluentResourcesResponse data, response status code and response headers
510
510
def list_confluent_resource_with_http_info ( account_id , opts = { } )
@@ -569,7 +569,7 @@ def update_confluent_account(account_id, body, opts = {})
569
569
#
570
570
# Update the Confluent account with the provided account ID.
571
571
#
572
- # @param account_id [String] Confluent Account id .
572
+ # @param account_id [String] Confluent Account ID .
573
573
# @param body [ConfluentAccountUpdateRequest] Confluent payload
574
574
# @param opts [Hash] the optional parameters
575
575
# @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers
@@ -641,7 +641,7 @@ def update_confluent_resource(account_id, resource_id, body, opts = {})
641
641
#
642
642
# Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
643
643
#
644
- # @param account_id [String] Confluent Account id .
644
+ # @param account_id [String] Confluent Account ID .
645
645
# @param resource_id [String] Confluent Account Resource ID.
646
646
# @param body [ConfluentResourceRequest] Confluent payload
647
647
# @param opts [Hash] the optional parameters
0 commit comments