public interface RemoveDatapointsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatapointIds(int index)
public abstract String getDatapointIds(int index)
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for index. |