Cloud SQL Admin V1BETA4 API - Class Google::Cloud::Sql::V1beta4::SqlInstancesReleaseSsrsLeaseRequest (v0.1.1)

Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::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. 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. The 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. The 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. The ID of the project that contains the instance (Example: project-id).

#project=

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