Interface UpdateAspectTypeRequestOrBuilder (1.39.0)

public interface UpdateAspectTypeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAspectType()

public abstract AspectType getAspectType()

Required. AspectType Resource

.google.cloud.dataplex.v1.AspectType aspect_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AspectType

The aspectType.

getAspectTypeOrBuilder()

public abstract AspectTypeOrBuilder getAspectTypeOrBuilder()

Required. AspectType Resource

.google.cloud.dataplex.v1.AspectType aspect_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AspectTypeOrBuilder

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.

hasAspectType()

public abstract boolean hasAspectType()

Required. AspectType Resource

.google.cloud.dataplex.v1.AspectType aspect_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

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