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