Interface UpdateEntryTypeRequestOrBuilder (1.39.0)

public interface UpdateEntryTypeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryType()

public abstract EntryType getEntryType()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryType

The entryType.

getEntryTypeOrBuilder()

public abstract EntryTypeOrBuilder getEntryTypeOrBuilder()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryTypeOrBuilder

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.

hasEntryType()

public abstract boolean hasEntryType()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the entryType 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.