Interface UpdateIndexRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateIndexRequest
,UpdateIndexRequest.Builder
public interface UpdateIndexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Index
getIndex()
Required.IndexOrBuilder
getIndexOrBuilder()
Required.com.google.protobuf.FieldMask
getUpdateMask()
The update mask applies to the resource.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
The update mask applies to the resource.boolean
hasIndex()
Required.boolean
hasUpdateMask()
The update mask applies to the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIndex
boolean hasIndex()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the index field is set.
-
getIndex
Index getIndex()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The index.
-
getIndexOrBuilder
IndexOrBuilder getIndexOrBuilder()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. For the `FieldMask` definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].
.google.protobuf.FieldMask update_mask = 2;
-
-