public interface ImportIndexRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfig()
public abstract 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];
Returns | |
---|---|
Type | Description |
ImportIndexRequest.ConnectorConfig |
The config. |
getConfigOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
ImportIndexRequest.ConnectorConfigOrBuilder |
getIsCompleteOverwrite()
public abstract 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];
Returns | |
---|---|
Type | Description |
boolean |
The isCompleteOverwrite. |
getName()
public abstract String 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasConfig()
public abstract boolean hasConfig()
Required. Configuration for importing data from an external source.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the config field is set. |