-
GatewayOuterClass.PublishMessageRequest.Builder.clear()
the correlation key of the message
the unique ID of the message; can be omitted.
GatewayOuterClass.PublishMessageRequest.Builder.clearName()
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.
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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.PublishMessageRequest.newBuilder()
GatewayOuterClass.PublishMessageRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
the correlation key of the message
the correlation key of the message
the unique ID of the message; can be omitted.
GatewayOuterClass.PublishMessageRequest.Builder.setMessageIdBytes(com.google.protobuf.ByteString value)
the unique ID of the message; can be omitted.
GatewayOuterClass.PublishMessageRequest.Builder.setName(String value)
GatewayOuterClass.PublishMessageRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
GatewayOuterClass.PublishMessageRequest.Builder.setTimeToLive(long value)
how long the message should be buffered on the broker, in milliseconds
GatewayOuterClass.PublishMessageRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
the message variables as a JSON document; to be valid, the root of the document must be an
object, e.g.
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.
GatewayOuterClass.PublishMessageRequest.toBuilder()