Cloud SQL Admin V1BETA4 API - Class Google::Cloud::Sql::V1beta4::SessionMetadata (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::SessionMetadata.

Metadata from the server to the client about the session. The server will always send this as the first message

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#supported_features

def supported_features() -> ::Array<::Google::Cloud::Sql::V1beta4::SqlDataFeature>
Returns
  • (::Array<::Google::Cloud::Sql::V1beta4::SqlDataFeature>) — The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.

#supported_features=

def supported_features=(value) -> ::Array<::Google::Cloud::Sql::V1beta4::SqlDataFeature>
Parameter
  • value (::Array<::Google::Cloud::Sql::V1beta4::SqlDataFeature>) — The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.
Returns
  • (::Array<::Google::Cloud::Sql::V1beta4::SqlDataFeature>) — The features supported by the server for this session. This field is used by the client to determine which features are available on the server. The features supported by the server for this session.