@@ -102,7 +102,7 @@ def create_confluent_resource(account_id, body, opts = {})
102102 #
103103 # Create a Confluent resource for the account associated with the provided ID.
104104 #
105- # @param account_id [String] Confluent Account id .
105+ # @param account_id [String] Confluent Account ID .
106106 # @param body [ConfluentResourceRequest] Confluent payload
107107 # @param opts [Hash] the optional parameters
108108 # @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -174,7 +174,7 @@ def delete_confluent_account(account_id, opts = {})
174174 #
175175 # Delete a Confluent account with the provided account ID.
176176 #
177- # @param account_id [String] Confluent Account id .
177+ # @param account_id [String] Confluent Account ID .
178178 # @param opts [Hash] the optional parameters
179179 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
180180 def delete_confluent_account_with_http_info ( account_id , opts = { } )
@@ -239,7 +239,7 @@ def delete_confluent_resource(account_id, resource_id, opts = {})
239239 #
240240 # Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
241241 #
242- # @param account_id [String] Confluent Account id .
242+ # @param account_id [String] Confluent Account ID .
243243 # @param resource_id [String] Confluent Account Resource ID.
244244 # @param opts [Hash] the optional parameters
245245 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -309,7 +309,7 @@ def get_confluent_account(account_id, opts = {})
309309 #
310310 # Get the Confluent account with the provided account ID.
311311 #
312- # @param account_id [String] Confluent Account id .
312+ # @param account_id [String] Confluent Account ID .
313313 # @param opts [Hash] the optional parameters
314314 # @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers
315315 def get_confluent_account_with_http_info ( account_id , opts = { } )
@@ -374,7 +374,7 @@ def get_confluent_resource(account_id, resource_id, opts = {})
374374 #
375375 # Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
376376 #
377- # @param account_id [String] Confluent Account id .
377+ # @param account_id [String] Confluent Account ID .
378378 # @param resource_id [String] Confluent Account Resource ID.
379379 # @param opts [Hash] the optional parameters
380380 # @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -504,7 +504,7 @@ def list_confluent_resource(account_id, opts = {})
504504 #
505505 # Get a Confluent resource for the account associated with the provided ID.
506506 #
507- # @param account_id [String] Confluent Account id .
507+ # @param account_id [String] Confluent Account ID .
508508 # @param opts [Hash] the optional parameters
509509 # @return [Array<(ConfluentResourcesResponse, Integer, Hash)>] ConfluentResourcesResponse data, response status code and response headers
510510 def list_confluent_resource_with_http_info ( account_id , opts = { } )
@@ -569,7 +569,7 @@ def update_confluent_account(account_id, body, opts = {})
569569 #
570570 # Update the Confluent account with the provided account ID.
571571 #
572- # @param account_id [String] Confluent Account id .
572+ # @param account_id [String] Confluent Account ID .
573573 # @param body [ConfluentAccountUpdateRequest] Confluent payload
574574 # @param opts [Hash] the optional parameters
575575 # @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 = {})
641641 #
642642 # Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
643643 #
644- # @param account_id [String] Confluent Account id .
644+ # @param account_id [String] Confluent Account ID .
645645 # @param resource_id [String] Confluent Account Resource ID.
646646 # @param body [ConfluentResourceRequest] Confluent payload
647647 # @param opts [Hash] the optional parameters
0 commit comments