ImportIndexRequest class final

Request message for IndexService.ImportIndex.

Inheritance
  • Object
  • ProtoMessage
  • ImportIndexRequest

Constructors

ImportIndexRequest({required String name, bool isCompleteOverwrite = false, required ImportIndexRequest_ConnectorConfig? config})
ImportIndexRequest.fromJson(Object? j)
factory

Properties

config ImportIndexRequest_ConnectorConfig?
Required. Configuration for importing data from an external source.
final
hashCode int
The hash code for this object.
no setterinherited
isCompleteOverwrite bool
Optional. If true, completely replace existing index data. Must be true for streaming update indexes.
final
name String
Required. The name of the Index resource to import data to. Format: projects/{project}/locations/{location}/indexes/{index}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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