| Modifier and Type | Method and Description |
|---|---|
TextPayload |
TextPayload.Builder.build() |
TextPayload |
TextPayload.Builder.buildPartial() |
static TextPayload |
TextPayload.getDefaultInstance() |
TextPayload |
TextPayload.getDefaultInstanceForType() |
TextPayload |
TextPayload.Builder.getDefaultInstanceForType() |
TextPayload |
DataItemOrBuilder.getTextPayload()
The text payload, a container of text content.
|
TextPayload |
ExampleOrBuilder.getTextPayload()
The text payload, a container of the text content.
|
TextPayload |
DataItem.getTextPayload()
The text payload, a container of text content.
|
TextPayload |
DataItem.Builder.getTextPayload()
The text payload, a container of text content.
|
TextPayload |
Example.getTextPayload()
The text payload, a container of the text content.
|
TextPayload |
Example.Builder.getTextPayload()
The text payload, a container of the text content.
|
static TextPayload |
TextPayload.parseDelimitedFrom(InputStream input) |
static TextPayload |
TextPayload.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextPayload |
TextPayload.parseFrom(byte[] data) |
static TextPayload |
TextPayload.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextPayload |
TextPayload.parseFrom(ByteBuffer data) |
static TextPayload |
TextPayload.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextPayload |
TextPayload.parseFrom(com.google.protobuf.ByteString data) |
static TextPayload |
TextPayload.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextPayload |
TextPayload.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextPayload |
TextPayload.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextPayload |
TextPayload.parseFrom(InputStream input) |
static TextPayload |
TextPayload.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextPayload> |
TextPayload.getParserForType() |
static com.google.protobuf.Parser<TextPayload> |
TextPayload.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextPayload.Builder |
TextPayload.Builder.mergeFrom(TextPayload other) |
DataItem.Builder |
DataItem.Builder.mergeTextPayload(TextPayload value)
The text payload, a container of text content.
|
Example.Builder |
Example.Builder.mergeTextPayload(TextPayload value)
The text payload, a container of the text content.
|
static TextPayload.Builder |
TextPayload.newBuilder(TextPayload prototype) |
DataItem.Builder |
DataItem.Builder.setTextPayload(TextPayload value)
The text payload, a container of text content.
|
Example.Builder |
Example.Builder.setTextPayload(TextPayload value)
The text payload, a container of the text content.
|
Copyright © 2019 Google LLC. All rights reserved.