public interface UpdateDatasetVersionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatasetVersion()
public abstract DatasetVersion getDatasetVersion()
Required. The DatasetVersion which replaces the resource on the server.
.google.cloud.aiplatform.v1.DatasetVersion dataset_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DatasetVersion |
The datasetVersion. |
getDatasetVersionOrBuilder()
public abstract DatasetVersionOrBuilder getDatasetVersionOrBuilder()
Required. The DatasetVersion which replaces the resource on the server.
.google.cloud.aiplatform.v1.DatasetVersion dataset_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DatasetVersionOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The update mask applies to the resource.
For the FieldMask
definition, see
google.protobuf.FieldMask. Updatable fields:
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The update mask applies to the resource.
For the FieldMask
definition, see
google.protobuf.FieldMask. Updatable fields:
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasDatasetVersion()
public abstract boolean hasDatasetVersion()
Required. The DatasetVersion which replaces the resource on the server.
.google.cloud.aiplatform.v1.DatasetVersion dataset_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the datasetVersion field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The update mask applies to the resource.
For the FieldMask
definition, see
google.protobuf.FieldMask. Updatable fields:
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |