Cloud Data Fusion V1 API - Class Google::Cloud::DataFusion::V1::CreateInstanceRequest (v0.7.0)

Reference documentation and code samples for the Cloud Data Fusion V1 API class Google::Cloud::DataFusion::V1::CreateInstanceRequest.

Request message for creating a Data Fusion instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::Google::Cloud::DataFusion::V1::Instance
Returns

#instance=

def instance=(value) -> ::Google::Cloud::DataFusion::V1::Instance
Parameter
Returns

#instance_id

def instance_id() -> ::String
Returns
  • (::String) — Required. The name of the instance to create.

#instance_id=

def instance_id=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the instance to create.
Returns
  • (::String) — Required. The name of the instance to create.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The instance's project and location in the format projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The instance's project and location in the format projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The instance's project and location in the format projects/{project}/locations/{location}.