lib/fastly/api/logging_kafka_api.rb in fastly-8.4.0 vs lib/fastly/api/logging_kafka_api.rb in fastly-8.5.0
- old
+ new
@@ -37,11 +37,11 @@
# @option opts [Integer] :request_max_bytes The maximum number of bytes sent in one request. Defaults `0` (no limit). (default to 0)
# @option opts [Boolean] :parse_log_keyvals Enables parsing of key=value tuples from the beginning of a logline, turning them into [record headers](https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers).
# @option opts [String] :auth_method SASL authentication method.
# @option opts [String] :user SASL user.
# @option opts [String] :password SASL password.
- # @option opts [LoggingUseTls] :use_tls (default to 0)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @return [LoggingKafkaResponsePost]
def create_log_kafka(opts = {})
data, _status_code, _headers = create_log_kafka_with_http_info(opts)
data
end
@@ -66,10 +66,10 @@
# @option opts [Integer] :request_max_bytes The maximum number of bytes sent in one request. Defaults `0` (no limit). (default to 0)
# @option opts [Boolean] :parse_log_keyvals Enables parsing of key=value tuples from the beginning of a logline, turning them into [record headers](https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers).
# @option opts [String] :auth_method SASL authentication method.
# @option opts [String] :user SASL user.
# @option opts [String] :password SASL password.
- # @option opts [LoggingUseTls] :use_tls (default to 0)
+ # @option opts [LoggingUseTlsString] :use_tls (default to '0')
# @return [Array<(LoggingKafkaResponsePost, Integer, Hash)>] LoggingKafkaResponsePost data, response status code and response headers
def create_log_kafka_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: LoggingKafkaApi.create_log_kafka ...'
end