public interface UpdateDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataset()
public abstract Dataset getDataset()Required. The Dataset which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Dataset |
The dataset. |
getDatasetOrBuilder()
public abstract DatasetOrBuilder getDatasetOrBuilder()Required. The Dataset which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DatasetOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() Required. The update mask applies to the resource.
For the FieldMask definition, see
google.protobuf.FieldMask. Updatable fields:
display_namedescriptionlabels
.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_namedescriptionlabels
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasDataset()
public abstract boolean hasDataset()Required. The Dataset which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataset 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_namedescriptionlabels
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |