Package | Description |
---|---|
com.google.protobuf | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
Timestamp |
Timestamp.Builder.build() |
Timestamp |
Timestamp.Builder.buildPartial() |
static Timestamp |
Timestamp.getDefaultInstance() |
Timestamp |
Timestamp.getDefaultInstanceForType() |
Timestamp |
Timestamp.Builder.getDefaultInstanceForType() |
static Timestamp |
Timestamp.parseDelimitedFrom(java.io.InputStream input) |
static Timestamp |
Timestamp.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Timestamp |
Timestamp.parseFrom(byte[] data) |
static Timestamp |
Timestamp.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Timestamp |
Timestamp.parseFrom(ByteString data) |
static Timestamp |
Timestamp.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Timestamp |
Timestamp.parseFrom(CodedInputStream input) |
static Timestamp |
Timestamp.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Timestamp |
Timestamp.parseFrom(java.io.InputStream input) |
static Timestamp |
Timestamp.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Timestamp> |
Timestamp.getParserForType() |
static Parser<Timestamp> |
Timestamp.parser() |
Modifier and Type | Method and Description |
---|---|
Timestamp.Builder |
Timestamp.Builder.mergeFrom(Timestamp other) |
static Timestamp.Builder |
Timestamp.newBuilder(Timestamp prototype) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
PubsubMessage.getPublishTime()
The time at which the message was published, populated by the server when
it receives the `Publish` call.
|
Timestamp |
PubsubMessage.Builder.getPublishTime()
The time at which the message was published, populated by the server when
it receives the `Publish` call.
|
Timestamp |
PubsubMessageOrBuilder.getPublishTime()
The time at which the message was published, populated by the server when
it receives the `Publish` call.
|
Modifier and Type | Method and Description |
---|---|
PubsubMessage.Builder |
PubsubMessage.Builder.mergePublishTime(Timestamp value)
The time at which the message was published, populated by the server when
it receives the `Publish` call.
|
PubsubMessage.Builder |
PubsubMessage.Builder.setPublishTime(Timestamp value)
The time at which the message was published, populated by the server when
it receives the `Publish` call.
|