Interface UpdateEntryGroupRequestOrBuilder (1.7.2)

public interface UpdateEntryGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryGroup()

public abstract EntryGroup getEntryGroup()

Required. Updates for the entry group. The name field must be set.

.google.cloud.datacatalog.v1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryGroup

The entryGroup.

getEntryGroupOrBuilder()

public abstract EntryGroupOrBuilder getEntryGroupOrBuilder()

Required. Updates for the entry group. The name field must be set.

.google.cloud.datacatalog.v1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryGroupOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Names of fields whose values to overwrite on an entry group. 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.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Names of fields whose values to overwrite on an entry group. 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.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasEntryGroup()

public abstract boolean hasEntryGroup()

Required. Updates for the entry group. The name field must be set.

.google.cloud.datacatalog.v1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the entryGroup field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Names of fields whose values to overwrite on an entry group. 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.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.