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()
Export taxonomies as serialized taxonomies.String
getTaxonomies(int index)
Required.com.google.protobuf.ByteString
getTaxonomiesBytes(int index)
Required.int
getTaxonomiesCount()
Required.List<String>
getTaxonomiesList()
Required.boolean
hasSerializedTaxonomies()
Export taxonomies as serialized taxonomies.-
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 taxonomies to be exported will share.
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 taxonomies to be exported will share.
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 be exported.
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 be exported.
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 be exported.
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 be exported.
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()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;
- Returns:
- Whether the serializedTaxonomies field is set.
-
getSerializedTaxonomies
boolean getSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;
- Returns:
- The serializedTaxonomies.
-
getDestinationCase
ExportTaxonomiesRequest.DestinationCase getDestinationCase()
-
-