public interface BatchDeleteEntityTypesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEntityTypeNames(int index)
Required.
|
ByteString |
getEntityTypeNamesBytes(int index)
Required.
|
int |
getEntityTypeNamesCount()
Required.
|
List<String> |
getEntityTypeNamesList()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The name of the agent to delete all entities types for. Supported formats: - `projects/<Project ID>/agent`, - `projects/<Project ID>/locations/<Location ID>/agent`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The name of the agent to delete all entities types for. Supported formats: - `projects/<Project ID>/agent`, - `projects/<Project ID>/locations/<Location ID>/agent`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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 [(.google.api.field_behavior) = REQUIRED];
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 [(.google.api.field_behavior) = REQUIRED];
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 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the element to return.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 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the value to return.Copyright © 2021 Google LLC. All rights reserved.