Interface ReplaceTaxonomyRequestOrBuilder (1.9.3)

public interface ReplaceTaxonomyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Resource name of the taxonomy to update.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Resource name of the taxonomy to update.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getSerializedTaxonomy()

public abstract SerializedTaxonomy getSerializedTaxonomy()

Required. Taxonomy to update along with its child policy tags.

.google.cloud.datacatalog.v1.SerializedTaxonomy serialized_taxonomy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SerializedTaxonomy

The serializedTaxonomy.

getSerializedTaxonomyOrBuilder()

public abstract SerializedTaxonomyOrBuilder getSerializedTaxonomyOrBuilder()

Required. Taxonomy to update along with its child policy tags.

.google.cloud.datacatalog.v1.SerializedTaxonomy serialized_taxonomy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SerializedTaxonomyOrBuilder

hasSerializedTaxonomy()

public abstract boolean hasSerializedTaxonomy()

Required. Taxonomy to update along with its child policy tags.

.google.cloud.datacatalog.v1.SerializedTaxonomy serialized_taxonomy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the serializedTaxonomy field is set.