public interface CreateGlossaryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Glossary |
getGlossary()
Required.
|
GlossaryOrBuilder |
getGlossaryOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasGlossary()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project name.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The project name.
string parent = 1;boolean hasGlossary()
Required. The glossary to create.
.google.cloud.translation.v3beta1.Glossary glossary = 2;Glossary getGlossary()
Required. The glossary to create.
.google.cloud.translation.v3beta1.Glossary glossary = 2;GlossaryOrBuilder getGlossaryOrBuilder()
Required. The glossary to create.
.google.cloud.translation.v3beta1.Glossary glossary = 2;Copyright © 2019 Google LLC. All rights reserved.