Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlOperationsListRequest.
Operations list request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::String
Returns
- (::String) — Cloud SQL instance ID. This does not include the project ID.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
- (::String) — Cloud SQL instance ID. This does not include the project ID.
#max_results
def max_results() -> ::Integer
Returns
- (::Integer) — Maximum number of operations per response.
#max_results=
def max_results=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of operations per response.
Returns
- (::Integer) — Maximum number of operations per response.
#page_token
def page_token() -> ::String
Returns
- (::String) — A previously-returned page token representing part of the larger set of results to view.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A previously-returned page token representing part of the larger set of results to view.
Returns
- (::String) — A previously-returned page token representing part of the larger set of results to view.
#project
def project() -> ::String
Returns
- (::String) — Project ID of the project that contains the instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID of the project that contains the instance.
Returns
- (::String) — Project ID of the project that contains the instance.