Interface ImportTaxonomiesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportTaxonomiesRequest,ImportTaxonomiesRequest.Builder
public interface ImportTaxonomiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InlineSourcegetInlineSource()Inline source used for taxonomies to be imported.InlineSourceOrBuildergetInlineSourceOrBuilder()Inline source used for taxonomies to be imported.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.ImportTaxonomiesRequest.SourceCasegetSourceCase()booleanhasInlineSource()Inline source used for taxonomies to be imported.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasInlineSource
boolean hasInlineSource()
Inline source used for taxonomies to be imported.
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;- Returns:
- Whether the inlineSource field is set.
-
getInlineSource
InlineSource getInlineSource()
Inline source used for taxonomies to be imported.
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;- Returns:
- The inlineSource.
-
getInlineSourceOrBuilder
InlineSourceOrBuilder getInlineSourceOrBuilder()
Inline source used for taxonomies to be imported.
.google.cloud.datacatalog.v1beta1.InlineSource inline_source = 2;
-
getSourceCase
ImportTaxonomiesRequest.SourceCase getSourceCase()
-
-