Interface UpdateEntryGroupRequestOrBuilder

public interface UpdateEntryGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryGroup()

public abstract EntryGroup getEntryGroup()
Required. The updated entry group. "name" field must be set.

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

Returns
TypeDescription
EntryGroup

The entryGroup.

getEntryGroupOrBuilder()

public abstract EntryGroupOrBuilder getEntryGroupOrBuilder()
Required. The updated entry group. "name" field must be set.

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

Returns
TypeDescription
EntryGroupOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()
The fields to update on the entry group. If absent or empty, all modifiable
 fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update on the entry group. If absent or empty, all modifiable
 fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasEntryGroup()

public abstract boolean hasEntryGroup()
Required. The updated entry group. "name" field must be set.

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

Returns
TypeDescription
boolean

Whether the entryGroup field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()
The fields to update on the entry group. If absent or empty, all modifiable
 fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.