| Modifier and Type | Method and Description |
|---|---|
Text |
Text.Builder.build() |
Text |
Text.Builder.buildPartial() |
static Text |
Text.getDefaultInstance() |
Text |
Text.getDefaultInstanceForType() |
Text |
Text.Builder.getDefaultInstanceForType() |
Text |
SubjectOrBuilder.getText()
The text content.
|
Text |
Subject.getText()
The text content.
|
Text |
Subject.Builder.getText()
The text content.
|
Text |
Message.BodyOrBuilder.getText()
The text content of the message body.
|
Text |
Message.Body.getText()
The text content of the message body.
|
Text |
Message.Body.Builder.getText()
The text content of the message body.
|
static Text |
Text.parseDelimitedFrom(InputStream input) |
static Text |
Text.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Text |
Text.parseFrom(byte[] data) |
static Text |
Text.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Text |
Text.parseFrom(ByteBuffer data) |
static Text |
Text.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Text |
Text.parseFrom(com.google.protobuf.ByteString data) |
static Text |
Text.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Text |
Text.parseFrom(com.google.protobuf.CodedInputStream input) |
static Text |
Text.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Text |
Text.parseFrom(InputStream input) |
static Text |
Text.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Text> |
Text.getParserForType() |
static com.google.protobuf.Parser<Text> |
Text.parser() |
| Modifier and Type | Method and Description |
|---|---|
Text.Builder |
Text.Builder.mergeFrom(Text other) |
Subject.Builder |
Subject.Builder.mergeText(Text value)
The text content.
|
Message.Body.Builder |
Message.Body.Builder.mergeText(Text value)
The text content of the message body.
|
static Text.Builder |
Text.newBuilder(Text prototype) |
Subject.Builder |
Subject.Builder.setText(Text value)
The text content.
|
Message.Body.Builder |
Message.Body.Builder.setText(Text value)
The text content of the message body.
|
Copyright © 2023 Google LLC. All rights reserved.