public interface UpdateDatasetSchemaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatasetSchema |
getDatasetSchema()
Required.
|
DatasetSchemaOrBuilder |
getDatasetSchemaOrBuilder()
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 |
hasDatasetSchema()
Required.
|
boolean |
hasUpdateMask()
The update mask applies to the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDatasetSchema()
Required. The name field of the `DatasetSchema` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.DatasetSchema dataset_schema = 1 [(.google.api.field_behavior) = REQUIRED];
DatasetSchema getDatasetSchema()
Required. The name field of the `DatasetSchema` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.DatasetSchema dataset_schema = 1 [(.google.api.field_behavior) = REQUIRED];
DatasetSchemaOrBuilder getDatasetSchemaOrBuilder()
Required. The name field of the `DatasetSchema` is used to identify the resource to be updated.
.google.cloud.documentai.v1beta3.DatasetSchema dataset_schema = 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.