public interface UpdateGlossaryCategoryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCategory()
public abstract GlossaryCategory getCategory() Required. The GlossaryCategory to update.
The GlossaryCategory's name field is used to identify the
GlossaryCategory to update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
.google.cloud.dataplex.v1.GlossaryCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlossaryCategory |
The category. |
getCategoryOrBuilder()
public abstract GlossaryCategoryOrBuilder getCategoryOrBuilder() Required. The GlossaryCategory to update.
The GlossaryCategory's name field is used to identify the
GlossaryCategory to update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
.google.cloud.dataplex.v1.GlossaryCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlossaryCategoryOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCategory()
public abstract boolean hasCategory() Required. The GlossaryCategory to update.
The GlossaryCategory's name field is used to identify the
GlossaryCategory to update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
.google.cloud.dataplex.v1.GlossaryCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the category field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |