Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SqlInstancesAcquireSsrsLeaseRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::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::V1::InstancesAcquireSsrsLeaseRequest
Returns

#body=

def body=(value) -> ::Google::Cloud::Sql::V1::InstancesAcquireSsrsLeaseRequest
Parameter
Returns

#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. Project ID of the project that contains the instance (Example: project-id).

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Required. Project ID of the project that contains the instance (Example: project-id).
Returns
  • (::String) — Required. Project ID of the project that contains the instance (Example: project-id).