Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::DataPacket.
Contains data being sent or received by the database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::String
Returns
- (::String) — Required. Raw data being sent or received by the database.
#data=
def data=(value) -> ::String
Parameter
- value (::String) — Required. Raw data being sent or received by the database.
Returns
- (::String) — Required. Raw data being sent or received by the database.
#first_byte_offset
def first_byte_offset() -> ::Integer
Returns
- (::Integer) — Optional. The absolute byte offset of the first byte in this payload. 0 for new connections or resumed connections that hasn't acked any bytes from server. Non-zero for resumed connections
#first_byte_offset=
def first_byte_offset=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The absolute byte offset of the first byte in this payload. 0 for new connections or resumed connections that hasn't acked any bytes from server. Non-zero for resumed connections
Returns
- (::Integer) — Optional. The absolute byte offset of the first byte in this payload. 0 for new connections or resumed connections that hasn't acked any bytes from server. Non-zero for resumed connections