-
GatewayOuterClass.BroadcastSignalRequest.Builder.clear()
the id of the tenant that owns the signal.
the signal 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.BroadcastSignalRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.BroadcastSignalRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.BroadcastSignalRequest.newBuilder()
GatewayOuterClass.BroadcastSignalRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
GatewayOuterClass.BroadcastSignalRequest.Builder.setSignalNameBytes(com.google.protobuf.ByteString value)
the id of the tenant that owns the signal.
GatewayOuterClass.BroadcastSignalRequest.Builder.setTenantIdBytes(com.google.protobuf.ByteString value)
the id of the tenant that owns the signal.
the signal 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.BroadcastSignalRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
the signal 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.BroadcastSignalRequest.toBuilder()