Interface CreateMetadataFeedRequestOrBuilder (1.86.0)

public interface CreateMetadataFeedRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadataFeed()

public abstract MetadataFeed getMetadataFeed()

Required. The metadata job resource.

.google.cloud.dataplex.v1.MetadataFeed metadata_feed = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetadataFeed

The metadataFeed.

getMetadataFeedId()

public abstract String getMetadataFeedId()

Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

string metadata_feed_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The metadataFeedId.

getMetadataFeedIdBytes()

public abstract ByteString getMetadataFeedIdBytes()

Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

string metadata_feed_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for metadataFeedId.

getMetadataFeedOrBuilder()

public abstract MetadataFeedOrBuilder getMetadataFeedOrBuilder()

Required. The metadata job resource.

.google.cloud.dataplex.v1.MetadataFeed metadata_feed = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetadataFeedOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. The service validates the request without performing any mutations. The default is false.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasMetadataFeed()

public abstract boolean hasMetadataFeed()

Required. The metadata job resource.

.google.cloud.dataplex.v1.MetadataFeed metadata_feed = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the metadataFeed field is set.