Interface ImportTaxonomiesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportTaxonomiesRequest,ImportTaxonomiesRequest.Builder
@Generated
public interface ImportTaxonomiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionInline source used for taxonomies to be imported.Inline source used for taxonomies to be imported.Required.com.google.protobuf.ByteStringRequired.booleanInline source used for taxonomies to be imported.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-