UpsertDatapointsRequest class final
Request message for
IndexService.UpsertDatapoints
- Inheritance
-
- Object
- ProtoMessage
- UpsertDatapointsRequest
Constructors
-
UpsertDatapointsRequest({required String index, List<
IndexDatapoint> datapoints = const [], FieldMask? updateMask}) -
UpsertDatapointsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
datapoints
→ List<
IndexDatapoint> -
A list of datapoints to be created/updated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → String
-
Required. The name of the Index resource to be updated.
Format:
projects/{project}/locations/{location}/indexes/{index}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMask → FieldMask?
-
Optional. Update mask is used to specify the fields to be overwritten in
the datapoints by the update. The fields specified in the update_mask are
relative to each IndexDatapoint inside datapoints, not the full request.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String