public interface UpdateDataObjectRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataObject()
public abstract DataObject getDataObject()Required. The DataObject which replaces the resource on the server.
.google.cloud.vectorsearch.v1beta.DataObject data_object = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataObject |
The dataObject. |
getDataObjectOrBuilder()
public abstract DataObjectOrBuilder getDataObjectOrBuilder()Required. The DataObject which replaces the resource on the server.
.google.cloud.vectorsearch.v1beta.DataObject data_object = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataObjectOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasDataObject()
public abstract boolean hasDataObject()Required. The DataObject which replaces the resource on the server.
.google.cloud.vectorsearch.v1beta.DataObject data_object = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataObject field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |