public interface ReplaceTaxonomyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the serializedTaxonomy field is set. |