public interface UpdateIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIndex()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
Index getIndex()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
IndexOrBuilder getIndexOrBuilder()
Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
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;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;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;Copyright © 2025 Google LLC. All rights reserved.