public static interface Message.BodyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Text |
getText()
The text content of the message body.
|
TextOrBuilder |
getTextOrBuilder()
The text content of the message body.
|
boolean |
hasText()
The text content of the message body.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
The text content of the message body.
.google.cloud.advisorynotifications.v1.Text text = 1;Text getText()
The text content of the message body.
.google.cloud.advisorynotifications.v1.Text text = 1;TextOrBuilder getTextOrBuilder()
The text content of the message body.
.google.cloud.advisorynotifications.v1.Text text = 1;Copyright © 2023 Google LLC. All rights reserved.