| Modifier and Type | Method and Description |
|---|---|
TextStream |
TextStream.Builder.build() |
TextStream |
TextStream.Builder.buildPartial() |
static TextStream |
TextStream.getDefaultInstance() |
TextStream |
TextStream.getDefaultInstanceForType() |
TextStream |
TextStream.Builder.getDefaultInstanceForType() |
TextStream |
ElementaryStream.getTextStream()
Encoding of a text stream.
|
TextStream |
ElementaryStream.Builder.getTextStream()
Encoding of a text stream.
|
TextStream |
ElementaryStreamOrBuilder.getTextStream()
Encoding of a text stream.
|
static TextStream |
TextStream.parseDelimitedFrom(InputStream input) |
static TextStream |
TextStream.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextStream |
TextStream.parseFrom(byte[] data) |
static TextStream |
TextStream.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextStream |
TextStream.parseFrom(ByteBuffer data) |
static TextStream |
TextStream.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextStream |
TextStream.parseFrom(com.google.protobuf.ByteString data) |
static TextStream |
TextStream.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextStream |
TextStream.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextStream |
TextStream.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextStream |
TextStream.parseFrom(InputStream input) |
static TextStream |
TextStream.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextStream> |
TextStream.getParserForType() |
static com.google.protobuf.Parser<TextStream> |
TextStream.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextStream.Builder |
TextStream.Builder.mergeFrom(TextStream other) |
ElementaryStream.Builder |
ElementaryStream.Builder.mergeTextStream(TextStream value)
Encoding of a text stream.
|
static TextStream.Builder |
TextStream.newBuilder(TextStream prototype) |
ElementaryStream.Builder |
ElementaryStream.Builder.setTextStream(TextStream value)
Encoding of a text stream.
|
Copyright © 2022 Google LLC. All rights reserved.