public interface ImportIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportIndexRequest.ConnectorConfig |
getConfig()
Required.
|
ImportIndexRequest.ConnectorConfigOrBuilder |
getConfigOrBuilder()
Required.
|
boolean |
getIsCompleteOverwrite()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the Index resource to import data to.
Format:
`projects/{project}/locations/{location}/indexes/{index}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the Index resource to import data to.
Format:
`projects/{project}/locations/{location}/indexes/{index}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getIsCompleteOverwrite()
Optional. If true, completely replace existing index data. Must be true for streaming update indexes.
bool is_complete_overwrite = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasConfig()
Required. Configuration for importing data from an external source.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
ImportIndexRequest.ConnectorConfig getConfig()
Required. Configuration for importing data from an external source.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
ImportIndexRequest.ConnectorConfigOrBuilder getConfigOrBuilder()
Required. Configuration for importing data from an external source.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.