Interface UpdateEntryRequestOrBuilder

public interface UpdateEntryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
EntryOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()
The fields to update on the entry. If absent or empty, all modifiable
 fields are updated.
 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;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update on the entry. If absent or empty, all modifiable
 fields are updated.
 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;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the entry field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()
The fields to update on the entry. If absent or empty, all modifiable
 fields are updated.
 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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.