| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.Builder.build() |
DateTime |
DateTime.Builder.buildPartial() |
DateTime |
QuoteInfo.getDateTime()
The date time indicated by the quote.
|
DateTime |
QuoteInfo.Builder.getDateTime()
The date time indicated by the quote.
|
DateTime |
QuoteInfoOrBuilder.getDateTime()
The date time indicated by the quote.
|
static DateTime |
DateTime.getDefaultInstance() |
DateTime |
DateTime.getDefaultInstanceForType() |
DateTime |
DateTime.Builder.getDefaultInstanceForType() |
static DateTime |
DateTime.parseDelimitedFrom(InputStream input) |
static DateTime |
DateTime.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DateTime |
DateTime.parseFrom(byte[] data) |
static DateTime |
DateTime.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DateTime |
DateTime.parseFrom(ByteBuffer data) |
static DateTime |
DateTime.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DateTime |
DateTime.parseFrom(com.google.protobuf.ByteString data) |
static DateTime |
DateTime.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DateTime |
DateTime.parseFrom(com.google.protobuf.CodedInputStream input) |
static DateTime |
DateTime.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DateTime |
DateTime.parseFrom(InputStream input) |
static DateTime |
DateTime.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DateTime> |
DateTime.getParserForType() |
static com.google.protobuf.Parser<DateTime> |
DateTime.parser() |
| Modifier and Type | Method and Description |
|---|---|
QuoteInfo.Builder |
QuoteInfo.Builder.mergeDateTime(DateTime value)
The date time indicated by the quote.
|
DateTime.Builder |
DateTime.Builder.mergeFrom(DateTime other) |
static DateTime.Builder |
DateTime.newBuilder(DateTime prototype) |
QuoteInfo.Builder |
QuoteInfo.Builder.setDateTime(DateTime value)
The date time indicated by the quote.
|
Copyright © 2022 Google LLC. All rights reserved.