Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::BinLogCoordinates (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::BinLogCoordinates.

Binary log coordinates.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bin_log_file_name

def bin_log_file_name() -> ::String
Returns
  • (::String) — Name of the binary log file for a Cloud SQL instance.

#bin_log_file_name=

def bin_log_file_name=(value) -> ::String
Parameter
  • value (::String) — Name of the binary log file for a Cloud SQL instance.
Returns
  • (::String) — Name of the binary log file for a Cloud SQL instance.

#bin_log_position

def bin_log_position() -> ::Integer
Returns
  • (::Integer) — Position (offset) within the binary log file.

#bin_log_position=

def bin_log_position=(value) -> ::Integer
Parameter
  • value (::Integer) — Position (offset) within the binary log file.
Returns
  • (::Integer) — Position (offset) within the binary log file.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#binLogCoordinates.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#binLogCoordinates.
Returns
  • (::String) — This is always sql#binLogCoordinates.