public interface UpdateDatasetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDataset()
Required.
|
DatasetOrBuilder |
getDatasetOrBuilder()
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 |
hasDataset()
Required.
|
boolean |
hasUpdateMask()
The update mask applies to the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataset()
Required. The `name` field of the `Dataset` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
Dataset getDataset()
Required. The `name` field of the `Dataset` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
DatasetOrBuilder getDatasetOrBuilder()
Required. The `name` field of the `Dataset` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.