public interface RemoveDatapointsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatapointIds(int index)
A list of datapoint ids to be deleted.
|
com.google.protobuf.ByteString |
getDatapointIdsBytes(int index)
A list of datapoint ids to be deleted.
|
int |
getDatapointIdsCount()
A list of datapoint ids to be deleted.
|
List<String> |
getDatapointIdsList()
A list of datapoint ids to be deleted.
|
String |
getIndex()
Required.
|
com.google.protobuf.ByteString |
getIndexBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
List<String> getDatapointIdsList()
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;int getDatapointIdsCount()
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;String getDatapointIds(int index)
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getDatapointIdsBytes(int index)
A list of datapoint ids to be deleted.
repeated string datapoint_ids = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.