Interface ExportTaxonomiesRequestOrBuilder (1.48.0)

public interface ExportTaxonomiesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportTaxonomiesRequest.DestinationCase getDestinationCase()
Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for parent.

getSerializedTaxonomies()

public abstract boolean getSerializedTaxonomies()

Export taxonomies as serialized taxonomies.

bool serialized_taxonomies = 3;

Returns
Type Description
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
Name Description
index int

The index of the element to return.

Returns
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 be exported.

repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
List<String>

A list containing the taxonomies.

hasSerializedTaxonomies()

public abstract boolean hasSerializedTaxonomies()

Export taxonomies as serialized taxonomies.

bool serialized_taxonomies = 3;

Returns
Type Description
boolean

Whether the serializedTaxonomies field is set.