public interface UpdateDatasetSchemaRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetSchema()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
DatasetSchema |
The datasetSchema. |
getDatasetSchemaOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
DatasetSchemaOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasDatasetSchema()
public abstract boolean 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the datasetSchema field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The update mask applies to the resource.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |