Interface ExportTaxonomiesRequestOrBuilder (1.8.4)

public interface ExportTaxonomiesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportTaxonomiesRequest.DestinationCase getDestinationCase()
Returns
TypeDescription
ExportTaxonomiesRequest.DestinationCase

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.

getSerializedTaxonomies()

public abstract boolean getSerializedTaxonomies()

Export taxonomies as serialized taxonomies.

bool serialized_taxonomies = 3;

Returns
TypeDescription
boolean

The serializedTaxonomies.

getTaxonomies(int index)

public abstract 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) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The taxonomies at the given index.

getTaxonomiesBytes(int index)

public abstract 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) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the taxonomies at the given index.

getTaxonomiesCount()

public abstract 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
TypeDescription
int

The count of taxonomies.

getTaxonomiesList()

public abstract 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
TypeDescription
List<String>

A list containing the taxonomies.

hasSerializedTaxonomies()

public abstract boolean hasSerializedTaxonomies()

Export taxonomies as serialized taxonomies.

bool serialized_taxonomies = 3;

Returns
TypeDescription
boolean

Whether the serializedTaxonomies field is set.