public static interface Intent.Message.TableCardCellOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getText()
Required.
|
ByteString |
getTextBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getText()
Required. Text in this cell.
string text = 1;
ByteString getTextBytes()
Required. Text in this cell.
string text = 1;
Copyright © 2022 Google LLC. All rights reserved.