public interface CreateGlossaryCategoryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCategory()
public abstract GlossaryCategory getCategory()Required. The GlossaryCategory to create.
.google.cloud.dataplex.v1.GlossaryCategory category = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlossaryCategory |
The category. |
getCategoryId()
public abstract String getCategoryId()Required. GlossaryCategory identifier.
string category_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The categoryId. |
getCategoryIdBytes()
public abstract ByteString getCategoryIdBytes()Required. GlossaryCategory identifier.
string category_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryId. |
getCategoryOrBuilder()
public abstract GlossaryCategoryOrBuilder getCategoryOrBuilder()Required. The GlossaryCategory to create.
.google.cloud.dataplex.v1.GlossaryCategory category = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlossaryCategoryOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this GlossaryCategory will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where locationId refers to a Google Cloud region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where this GlossaryCategory will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where locationId refers to a Google Cloud region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCategory()
public abstract boolean hasCategory()Required. The GlossaryCategory to create.
.google.cloud.dataplex.v1.GlossaryCategory category = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the category field is set. |