public interface CreateGlossaryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossary()
public abstract Glossary getGlossary()Required. The glossary to create.
.google.cloud.translation.v3.Glossary glossary = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Glossary | The glossary. |
getGlossaryOrBuilder()
public abstract GlossaryOrBuilder getGlossaryOrBuilder()Required. The glossary to create.
.google.cloud.translation.v3.Glossary glossary = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GlossaryOrBuilder |
getParent()
public abstract String getParent()Required. The project name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The project name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasGlossary()
public abstract boolean hasGlossary()Required. The glossary to create.
.google.cloud.translation.v3.Glossary glossary = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the glossary field is set. |