public static interface Mutation.SendOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeliverTime()
public abstract Timestamp getDeliverTime() The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The deliverTime. |
getDeliverTimeOrBuilder()
public abstract TimestampOrBuilder getDeliverTimeOrBuilder() The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getKey()
public abstract ListValue getKey()Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListValue |
The key. |
getKeyOrBuilder()
public abstract ListValueOrBuilder getKeyOrBuilder()Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListValueOrBuilder |
|
getPayload()
public abstract Value getPayload()The payload of the message.
.google.protobuf.Value payload = 4;
| Returns | |
|---|---|
| Type | Description |
Value |
The payload. |
getPayloadOrBuilder()
public abstract ValueOrBuilder getPayloadOrBuilder()The payload of the message.
.google.protobuf.Value payload = 4;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getQueue()
public abstract String getQueue()Required. The queue to which the message will be sent.
string queue = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The queue. |
getQueueBytes()
public abstract ByteString getQueueBytes()Required. The queue to which the message will be sent.
string queue = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for queue. |
hasDeliverTime()
public abstract boolean hasDeliverTime() The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deliverTime field is set. |
hasKey()
public abstract boolean hasKey()Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the key field is set. |
hasPayload()
public abstract boolean hasPayload()The payload of the message.
.google.protobuf.Value payload = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the payload field is set. |