-
GatewayOuterClass.PublishMessageRequest.Builder.clear()
the correlation key of the message
the unique ID of the message; can be omitted. only useful to ensure only one message
with the given ID will ever be published (during its lifetime)
GatewayOuterClass.PublishMessageRequest.Builder.clearName()
the tenant id of the message
how long the message should be buffered on the broker, in milliseconds
the message variables as a JSON document; to be valid, the root of the document must be an
object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.
GatewayOuterClass.PublishMessageRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.PublishMessageRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.PublishMessageRequest.newBuilder()
GatewayOuterClass.PublishMessageRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
the correlation key of the message
the correlation key of the message
the unique ID of the message; can be omitted. only useful to ensure only one message
with the given ID will ever be published (during its lifetime)
GatewayOuterClass.PublishMessageRequest.Builder.setMessageIdBytes(com.google.protobuf.ByteString value)
the unique ID of the message; can be omitted. only useful to ensure only one message
with the given ID will ever be published (during its lifetime)
GatewayOuterClass.PublishMessageRequest.Builder.setName(String value)
GatewayOuterClass.PublishMessageRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
the tenant id of the message
GatewayOuterClass.PublishMessageRequest.Builder.setTenantIdBytes(com.google.protobuf.ByteString value)
the tenant id of the message
GatewayOuterClass.PublishMessageRequest.Builder.setTimeToLive(long value)
how long the message should be buffered on the broker, in milliseconds
the message variables as a JSON document; to be valid, the root of the document must be an
object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.
GatewayOuterClass.PublishMessageRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
the message variables as a JSON document; to be valid, the root of the document must be an
object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.
GatewayOuterClass.PublishMessageRequest.toBuilder()