Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesReleaseSsrsLeaseRequest.
Request to release a lease for SSRS.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::String
Returns
- (::String) — Required. The Cloud SQL instance ID. This doesn't include the project ID. The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud SQL instance ID. This doesn't include the project ID. The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters.
Returns
- (::String) — Required. The Cloud SQL instance ID. This doesn't include the project ID. The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters.
#project
def project() -> ::String
Returns
- (::String) — Required. The project ID that contains the instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Required. The project ID that contains the instance.
Returns
- (::String) — Required. The project ID that contains the instance.