Interface UpdateEntryGroupRequestOrBuilder (1.39.0)

public interface UpdateEntryGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryGroup()

public abstract EntryGroup getEntryGroup()

Required. EntryGroup Resource

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

Returns
TypeDescription
EntryGroup

The entryGroup.

getEntryGroupOrBuilder()

public abstract EntryGroupOrBuilder getEntryGroupOrBuilder()

Required. EntryGroup Resource

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

Returns
TypeDescription
EntryGroupOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Mask of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Mask of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Only validate the request, but do not perform mutations. The default is false.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasEntryGroup()

public abstract boolean hasEntryGroup()

Required. EntryGroup Resource

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

Returns
TypeDescription
boolean

Whether the entryGroup field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Mask of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.