Cloud Data Fusion V1 API - Class Google::Cloud::DataFusion::V1::CreateInstanceRequest (v2.3.1)

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

definstance()->::Google::Cloud::DataFusion::V1::Instance
Returns

#instance=

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

#instance_id

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

#instance_id=

definstance_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

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

#parent=

defparent=(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}.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.