Class: Google::Cloud::Sql::V1::TruncateLogContext
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::TruncateLogContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Database Instance truncate log context.
Instance Attribute Summary collapse
-
#kind ⇒ ::String
This is always
sql#truncateLogContext. -
#log_type ⇒ ::String
The type of log to truncate.
Instance Attribute Details
#kind ⇒ ::String
Returns This is always sql#truncateLogContext.
1731 1732 1733 1734 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 1731 class TruncateLogContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#log_type ⇒ ::String
Returns The type of log to truncate. Valid values are MYSQL_GENERAL_TABLE and
MYSQL_SLOW_TABLE.
1731 1732 1733 1734 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 1731 class TruncateLogContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |