public interface BatchDeleteEntityTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityTypeNames(int index)
Required.
|
com.google.protobuf.ByteString |
getEntityTypeNamesBytes(int index)
Required.
|
int |
getEntityTypeNamesCount()
Required.
|
List<String> |
getEntityTypeNamesList()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1;List<String> getEntityTypeNamesList()
Required. The names entity types to delete. All names must point to the same agent as `parent`.
repeated string entity_type_names = 2;int getEntityTypeNamesCount()
Required. The names entity types to delete. All names must point to the same agent as `parent`.
repeated string entity_type_names = 2;String getEntityTypeNames(int index)
Required. The names entity types to delete. All names must point to the same agent as `parent`.
repeated string entity_type_names = 2;com.google.protobuf.ByteString getEntityTypeNamesBytes(int index)
Required. The names entity types to delete. All names must point to the same agent as `parent`.
repeated string entity_type_names = 2;Copyright © 2019 Google LLC. All rights reserved.