- 1.58.0 (latest)
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public interface ExportTaxonomiesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestinationCase()
public abstract ExportTaxonomiesRequest.DestinationCase getDestinationCase()
Type | Description |
ExportTaxonomiesRequest.DestinationCase |
getParent()
public abstract String getParent()
Required. Resource name of the project that the exported taxonomies belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Resource name of the project that the exported taxonomies belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getSerializedTaxonomies()
public abstract boolean getSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
Type | Description |
boolean | The serializedTaxonomies. |
getTaxonomies(int index)
public abstract String getTaxonomies(int index)
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
index | int The index of the element to return. |
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 export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the taxonomies at the given index. |
getTaxonomiesCount()
public abstract int getTaxonomiesCount()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
int | The count of taxonomies. |
getTaxonomiesList()
public abstract List<String> getTaxonomiesList()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
List<String> | A list containing the taxonomies. |
hasSerializedTaxonomies()
public abstract boolean hasSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;
Type | Description |
boolean | Whether the serializedTaxonomies field is set. |