public interface GetAnswerRecordRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Required. The name of the answer record to retrieve. Format: `projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record Id>`.
string name = 1;
ByteString getNameBytes()
Required. The name of the answer record to retrieve. Format: `projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record Id>`.
string name = 1;
Copyright © 2022 Google LLC. All rights reserved.