Package com.google.cloud.aiplatform.v1
Interface MutateDeployedIndexResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateDeployedIndexResponse,MutateDeployedIndexResponse.Builder
public interface MutateDeployedIndexResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployedIndexgetDeployedIndex()The DeployedIndex that had been updated in the IndexEndpoint.DeployedIndexOrBuildergetDeployedIndexOrBuilder()The DeployedIndex that had been updated in the IndexEndpoint.booleanhasDeployedIndex()The DeployedIndex that had been updated in the IndexEndpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDeployedIndex
boolean hasDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;- Returns:
- Whether the deployedIndex field is set.
-
getDeployedIndex
DeployedIndex getDeployedIndex()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;- Returns:
- The deployedIndex.
-
getDeployedIndexOrBuilder
DeployedIndexOrBuilder getDeployedIndexOrBuilder()
The DeployedIndex that had been updated in the IndexEndpoint.
.google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;
-
-