Interface ImportTaxonomiesRequestOrBuilder (1.47.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.

getSourceCase()

public abstract ImportTaxonomiesRequest.SourceCase getSourceCase()
Returns
TypeDescription
ImportTaxonomiesRequest.SourceCase

hasInlineSource()

public abstract boolean hasInlineSource()

Inline source used for taxonomies to be imported.

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

Returns
TypeDescription
boolean

Whether the inlineSource field is set.