Interface RemoveDatapointsRequestOrBuilder (3.42.0)

public interface RemoveDatapointsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatapointIds(int index)

public abstract String getDatapointIds(int index)

A list of datapoint ids to be deleted.

repeated string datapoint_ids = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The datapointIds at the given index.

getDatapointIdsBytes(int index)

public abstract ByteString getDatapointIdsBytes(int index)

A list of datapoint ids to be deleted.

repeated string datapoint_ids = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the datapointIds at the given index.

getDatapointIdsCount()

public abstract int getDatapointIdsCount()

A list of datapoint ids to be deleted.

repeated string datapoint_ids = 2;

Returns
TypeDescription
int

The count of datapointIds.

getDatapointIdsList()

public abstract List<String> getDatapointIdsList()

A list of datapoint ids to be deleted.

repeated string datapoint_ids = 2;

Returns
TypeDescription
List<String>

A list containing the datapointIds.

getIndex()

public abstract String getIndex()

Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The index.

getIndexBytes()

public abstract ByteString getIndexBytes()

Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

string index = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for index.