public interface ExportTaxonomiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportTaxonomiesRequest.DestinationCase |
getDestinationCase() |
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
getSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
|
String |
getTaxonomies(int index)
Required.
|
com.google.protobuf.ByteString |
getTaxonomiesBytes(int index)
Required.
|
int |
getTaxonomiesCount()
Required.
|
List<String> |
getTaxonomiesList()
Required.
|
boolean |
hasSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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) = { ... }
int getTaxonomiesCount()
Required. Resource names of the taxonomies to be exported.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
index - The index of the element to return.com.google.protobuf.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) = { ... }
index - The index of the value to return.boolean hasSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;boolean getSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;ExportTaxonomiesRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.