Interface UpdateIndexEndpointRequestOrBuilder (3.42.0)

public interface UpdateIndexEndpointRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndexEndpoint()

public abstract IndexEndpoint getIndexEndpoint()

Required. The IndexEndpoint which replaces the resource on the server.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IndexEndpoint

The indexEndpoint.

getIndexEndpointOrBuilder()

public abstract IndexEndpointOrBuilder getIndexEndpointOrBuilder()

Required. The IndexEndpoint which replaces the resource on the server.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IndexEndpointOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasIndexEndpoint()

public abstract boolean hasIndexEndpoint()

Required. The IndexEndpoint which replaces the resource on the server.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the indexEndpoint field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.