public interface ExportTaxonomiesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract ExportTaxonomiesRequest.DestinationCase getDestinationCase()| Type | Description |
| ExportTaxonomiesRequest.DestinationCase |
getParent()
public abstract 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSerializedTaxonomies()
public abstract boolean getSerializedTaxonomies()Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
| Type | Description |
| boolean | The serializedTaxonomies. |
getTaxonomies(int index)
public abstract 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) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The taxonomies at the given index. |
getTaxonomiesBytes(int index)
public abstract 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) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the taxonomies at the given index. |
getTaxonomiesCount()
public abstract int getTaxonomiesCount()Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| int | The count of taxonomies. |
getTaxonomiesList()
public abstract List<String> getTaxonomiesList()Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| List<String> | A list containing the taxonomies. |
hasSerializedTaxonomies()
public abstract boolean hasSerializedTaxonomies()Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
| Type | Description |
| boolean | Whether the serializedTaxonomies field is set. |