Interface BatchDeleteEntityTypesRequestOrBuilder (4.43.0)

public interface BatchDeleteEntityTypesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityTypeNames(int index)

public abstract 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];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The entityTypeNames at the given index.

getEntityTypeNamesBytes(int index)

public abstract 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];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the entityTypeNames at the given index.

getEntityTypeNamesCount()

public abstract 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];

Returns
TypeDescription
int

The count of entityTypeNames.

getEntityTypeNamesList()

public abstract 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];

Returns
TypeDescription
List<String>

A list containing the entityTypeNames.

getParent()

public abstract 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) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.