Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateMetadataFeedRequest (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateMetadataFeedRequest.

Request message for CreateMetadataFeed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metadata_feed

def metadata_feed() -> ::Google::Cloud::Dataplex::V1::MetadataFeed
Returns

#metadata_feed=

def metadata_feed=(value) -> ::Google::Cloud::Dataplex::V1::MetadataFeed
Parameter
Returns

#metadata_feed_id

def metadata_feed_id() -> ::String
Returns
  • (::String) — Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

#metadata_feed_id=

def metadata_feed_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.
Returns
  • (::String) — Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
Returns
  • (::String) — Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.
Returns
  • (::Boolean) — Optional. The service validates the request without performing any mutations. The default is false.