Package com.google.cloud.datacatalog.v1
Interface CrossRegionalSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrossRegionalSource
,CrossRegionalSource.Builder
public interface CrossRegionalSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTaxonomy()
Required.com.google.protobuf.ByteString
getTaxonomyBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTaxonomy
String getTaxonomy()
Required. The resource name of the source taxonomy to import.
string taxonomy = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The taxonomy.
-
getTaxonomyBytes
com.google.protobuf.ByteString getTaxonomyBytes()
Required. The resource name of the source taxonomy to import.
string taxonomy = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for taxonomy.
-
-