public interface ImportTaxonomiesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInlineSource()
public abstract InlineSource getInlineSource()Inline source used for taxonomies import
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
| Type | Description |
| InlineSource | The inlineSource. |
getInlineSourceOrBuilder()
public abstract InlineSourceOrBuilder getInlineSourceOrBuilder()Inline source used for taxonomies import
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
| Type | Description |
| InlineSourceOrBuilder |
getParent()
public abstract String getParent()Required. Resource name of project that the newly created taxonomies will belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Resource name of project that the newly created taxonomies will belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSourceCase()
public abstract ImportTaxonomiesRequest.SourceCase getSourceCase()| Type | Description |
| ImportTaxonomiesRequest.SourceCase |
hasInlineSource()
public abstract boolean hasInlineSource()Inline source used for taxonomies import
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
| Type | Description |
| boolean | Whether the inlineSource field is set. |