Package com.google.cloud.datacatalog.v1
Interface ExportTaxonomiesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportTaxonomiesRequest
,ExportTaxonomiesRequest.Builder
public interface ExportTaxonomiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportTaxonomiesRequest.DestinationCase
getDestinationCase()
String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
getSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.String
getTaxonomies(int index)
Required.com.google.protobuf.ByteString
getTaxonomiesBytes(int index)
Required.int
getTaxonomiesCount()
Required.List<String>
getTaxonomiesList()
Required.boolean
hasSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.-
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 the project that the exported taxonomies 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 the project that the exported taxonomies belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getTaxonomiesList
List<String> getTaxonomiesList()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- A list containing the taxonomies.
-
getTaxonomiesCount
int getTaxonomiesCount()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The count of taxonomies.
-
getTaxonomies
String getTaxonomies(int index)
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the element to return.- Returns:
- The taxonomies at the given index.
-
getTaxonomiesBytes
com.google.protobuf.ByteString getTaxonomiesBytes(int index)
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the taxonomies at the given index.
-
hasSerializedTaxonomies
boolean hasSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
- Returns:
- Whether the serializedTaxonomies field is set.
-
getSerializedTaxonomies
boolean getSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
- Returns:
- The serializedTaxonomies.
-
getDestinationCase
ExportTaxonomiesRequest.DestinationCase getDestinationCase()
-
-