Interface ImportTaxonomiesRequestOrBuilder (1.48.0)

public interface ImportTaxonomiesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInlineSource()

public abstract InlineSource getInlineSource()

Inline source used for taxonomies to be imported.

.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;

Returns
Type Description
InlineSource

The inlineSource.

getInlineSourceOrBuilder()

public abstract InlineSourceOrBuilder getInlineSourceOrBuilder()

Inline source used for taxonomies to be imported.

.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;

Returns
Type Description
InlineSourceOrBuilder

getParent()

public abstract String getParent()

Required. Resource name of project that the imported taxonomies will belong to.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Resource name of project that the imported taxonomies will belong to.

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

Returns
Type Description
ByteString

The bytes for parent.

getSourceCase()

public abstract ImportTaxonomiesRequest.SourceCase getSourceCase()
Returns
Type Description
ImportTaxonomiesRequest.SourceCase

hasInlineSource()

public abstract boolean hasInlineSource()

Inline source used for taxonomies to be imported.

.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;

Returns
Type Description
boolean

Whether the inlineSource field is set.