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()
Serialized export taxonomies that contain all the policy
tags as nested protocol buffers.
|
String |
getTaxonomies(int index)
Required.
|
com.google.protobuf.ByteString |
getTaxonomiesBytes(int index)
Required.
|
int |
getTaxonomiesCount()
Required.
|
List<String> |
getTaxonomiesList()
Required.
|
boolean |
hasSerializedTaxonomies()
Serialized export taxonomies that contain all the policy
tags as nested protocol buffers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
List<String> getTaxonomiesList()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getTaxonomiesCount()
Required. Resource names of the taxonomies to export.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
index - The index of the element to return.com.google.protobuf.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) = { ... }
index - The index of the value to return.boolean hasSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;boolean getSerializedTaxonomies()
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool serialized_taxonomies = 3;ExportTaxonomiesRequest.DestinationCase getDestinationCase()
Copyright © 2023 Google LLC. All rights reserved.