Cloud Spanner Instance Admin V1 API - Class Google::Cloud::Spanner::Admin::Instance::V1::CreateInstanceConfigRequest (v0.8.0)

Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::CreateInstanceConfigRequest.

The request for [CreateInstanceConfigRequest][InstanceAdmin.CreateInstanceConfigRequest].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_config

def instance_config() -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig
Returns

#instance_config=

def instance_config=(value) -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig
Parameter
Returns

#instance_config_id

def instance_config_id() -> ::String
Returns
  • (::String) — Required. The ID of the instance config to create. Valid identifiers are of the form custom-[-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length. The custom- prefix is required to avoid name conflicts with Google managed configurations.

#instance_config_id=

def instance_config_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the instance config to create. Valid identifiers are of the form custom-[-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length. The custom- prefix is required to avoid name conflicts with Google managed configurations.
Returns
  • (::String) — Required. The ID of the instance config to create. Valid identifiers are of the form custom-[-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length. The custom- prefix is required to avoid name conflicts with Google managed configurations.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project in which to create the instance config. Values are of the form projects/<project>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project in which to create the instance config. Values are of the form projects/<project>.
Returns
  • (::String) — Required. The name of the project in which to create the instance config. Values are of the form projects/<project>.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — An option to validate, but not actually execute, a request, and provide the same response.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — An option to validate, but not actually execute, a request, and provide the same response.
Returns
  • (::Boolean) — An option to validate, but not actually execute, a request, and provide the same response.