public interface CreateIndexRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndex()
public abstract Index getIndex()
Required. The Index to create.
.google.cloud.aiplatform.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Index |
The index. |
getIndexOrBuilder()
public abstract IndexOrBuilder getIndexOrBuilder()
Required. The Index to create.
.google.cloud.aiplatform.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IndexOrBuilder |
getParent()
public abstract String getParent()
Required. The resource name of the Location to create the Index in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The resource name of the Location to create the Index in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasIndex()
public abstract boolean hasIndex()
Required. The Index to create.
.google.cloud.aiplatform.v1.Index index = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the index field is set. |