Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateMetadataFeedRequest.
Request message for CreateMetadataFeed.
Generated from protobuf message google.cloud.dataplex.v1.CreateMetadataFeedRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
↳ metadata_feed
↳ metadata_feed_id
string
Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-
.
↳ validate_only
bool
Optional. The service validates the request without performing any mutations. The default is false.
getParent
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
string
setParent
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
var
string
$this
getMetadataFeed
Required. The metadata job resource.
hasMetadataFeed
clearMetadataFeed
setMetadataFeed
Required. The metadata job resource.
$this
getMetadataFeedId
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string
setMetadataFeedId
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
var
string
$this
getValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
bool
setValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
var
bool
$this
static::build
parent
string
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
Please see CatalogServiceClient::locationName()
for help formatting this field.
metadataFeed
metadataFeedId
string
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.

