public interface UpdateEntryGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |