public interface UpdateEntryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntry()
public abstract Entry getEntry()Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Entry |
The entry. |
getEntryOrBuilder()
public abstract EntryOrBuilder getEntryOrBuilder()Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntryOrBuilder |
|
getUpdateMask()
public abstract 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: schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patterns- For entries with
user_specified_type: schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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: schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patterns- For entries with
user_specified_type: schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasEntry()
public abstract boolean hasEntry()Required. The updated entry. The "name" field must be set.
.google.cloud.datacatalog.v1beta1.Entry entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entry field is set. |
hasUpdateMask()
public abstract 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: schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patterns- For entries with
user_specified_type: schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |