Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::SqlInstancesAcquireSsrsLeaseRequest.
Request to acquire a lease for SSRS.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest
Returns
- (::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest) — The body for request to acquire an SSRS lease.
#body=
def body=(value) -> ::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest
Parameter
- value (::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest) — The body for request to acquire an SSRS lease.
Returns
- (::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest) — The body for request to acquire an SSRS lease.
#instance
def instance() -> ::String
Returns
- (::String) — Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).
Returns
- (::String) — Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).
#project
def project() -> ::String
Returns
- (::String) — Required. ID of the project that contains the instance (Example: project-id).
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Required. ID of the project that contains the instance (Example: project-id).
Returns
- (::String) — Required. ID of the project that contains the instance (Example: project-id).