Uses of Class
com.google.cloud.advisorynotifications.v1.Text
-
Packages that use Text Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Text in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Text Modifier and Type Method Description TextText.Builder. build()TextText.Builder. buildPartial()static TextText. getDefaultInstance()TextText.Builder. getDefaultInstanceForType()TextText. getDefaultInstanceForType()TextMessage.Body.Builder. getText()The text content of the message body.TextMessage.Body. getText()The text content of the message body.TextMessage.BodyOrBuilder. getText()The text content of the message body.TextSubject.Builder. getText()The text content.TextSubject. getText()The text content.TextSubjectOrBuilder. getText()The text content.static TextText. parseDelimitedFrom(InputStream input)static TextText. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextText. parseFrom(byte[] data)static TextText. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextText. parseFrom(com.google.protobuf.ByteString data)static TextText. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextText. parseFrom(com.google.protobuf.CodedInputStream input)static TextText. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextText. parseFrom(InputStream input)static TextText. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextText. parseFrom(ByteBuffer data)static TextText. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Text Modifier and Type Method Description com.google.protobuf.Parser<Text>Text. getParserForType()static com.google.protobuf.Parser<Text>Text. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Text Modifier and Type Method Description Text.BuilderText.Builder. mergeFrom(Text other)Message.Body.BuilderMessage.Body.Builder. mergeText(Text value)The text content of the message body.Subject.BuilderSubject.Builder. mergeText(Text value)The text content.static Text.BuilderText. newBuilder(Text prototype)Message.Body.BuilderMessage.Body.Builder. setText(Text value)The text content of the message body.Subject.BuilderSubject.Builder. setText(Text value)The text content.
-