public interface UpdateEntryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Entry |
getEntry()
Required.
|
EntryOrBuilder |
getEntryOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Names of fields whose values to overwrite on an entry.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Names of fields whose values to overwrite on an entry.
|
boolean |
hasEntry()
Required.
|
boolean |
hasUpdateMask()
Names of fields whose values to overwrite on an entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntry()
Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
Entry getEntry()
Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
EntryOrBuilder getEntryOrBuilder()
Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
The following fields are modifiable:
* For entries with type `DATA_STREAM`:
* `schema`
* For entries with type `FILESET`:
* `schema`
* `display_name`
* `description`
* `gcs_fileset_spec`
* `gcs_fileset_spec.file_patterns`
* For entries with `user_specified_type`:
* `schema`
* `display_name`
* `description`
* `user_specified_type`
* `user_specified_system`
* `linked_resource`
* `source_system_timestamps`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
The following fields are modifiable:
* For entries with type `DATA_STREAM`:
* `schema`
* For entries with type `FILESET`:
* `schema`
* `display_name`
* `description`
* `gcs_fileset_spec`
* `gcs_fileset_spec.file_patterns`
* For entries with `user_specified_type`:
* `schema`
* `display_name`
* `description`
* `user_specified_type`
* `user_specified_system`
* `linked_resource`
* `source_system_timestamps`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
The following fields are modifiable:
* For entries with type `DATA_STREAM`:
* `schema`
* For entries with type `FILESET`:
* `schema`
* `display_name`
* `description`
* `gcs_fileset_spec`
* `gcs_fileset_spec.file_patterns`
* For entries with `user_specified_type`:
* `schema`
* `display_name`
* `description`
* `user_specified_type`
* `user_specified_system`
* `linked_resource`
* `source_system_timestamps`
.google.protobuf.FieldMask update_mask = 2;Copyright © 2025 Google LLC. All rights reserved.